body {
    margin: 0;
    padding: 0;
    font-family: SourceHanSansHWSC-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
}

html {
    width: 100%;
}

.clearBoth:after {
    content: "";
    height: 0px;
    display: block;
    visibility: hidden;
    clear: both;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.clear {
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
}

.red {
    background-color: red;
}

.container {
    width: 100%;
    /* height: 2942px; */
    margin: auto;
    /*background-color: red;*/
}


/* .containers {
    padding: 0 calc(100% * 180 / 960);
} */
.zhanwei{
    height: 60px;
}
.top {
    /* height: 41px; */
    width: 100%;
    padding: 19px 0;
     /* position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #fff; */
}

.top .min {
    margin: auto;
    width: calc(100% * 600 /960);
    height: 50px;
}

.top .min .min-1 {
    float: left;
    width: calc(100% * 200 / 600);
    height: 100%;
    position: relative;
}

.top .min .min-1 img {
    display: block;
    width: 100%;
    position: absolute;
    bottom : 0;
    left:0;
}

.top .min .min-2 {
    float: right;
    width: calc(100% * 130 / 600);
    height: 21px;
    margin-left: 17px;
}

.top .min .min-2 button {
    position: absolute;
    top: 2px;
    right: 0px;
    height: 100%;
    padding: 0 3px;
    line-height: 11px;
    background-color: red;
    border: 0;
    border-radius: 10px;
}

.top .min .min-2 button img {
    width: 50%;
}

.top .min .min-2 form {
    width: 100%;
    height: 100%;
    padding: 0!important;
    position: relative;
}

.top .min .min-2 input {
    color: rgba(143, 143, 143, 1);
    width: 100%;
    height: 100%;
    border: 1px solid rgba(83, 83, 83, 1);
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    line-height: 21px;
    overflow: hidden;
}

button:focus {
    outline: 0px dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
}

input:focus,
textarea:focus,
select:focus {
    outline-offset: -2px;
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}

.top .min .min-3 {
    float: right;
    /* width: 230px;
    height: 100%; */
    font-size: 10px;
    font-family: Source Han Sans HW SC;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 67px;
}

.top .min .min-3 .tel {
    display: inline-block;
    position: relative;
    top: 4px;
    /* width: 15px; */
    height: 100%;
}

.top .min .min-3 .tel img {
    display: block;
    width: 18px;
    /* height: 100%; */
}

.top .min .min-3 .cha {
    display: inline-block;
    /* width: 190px; */
    height: 18px;
    font-size: 9px;
    font-family: Source Han Sans HW SC;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
}
.red-tel{
    color:red;
}

.top .min .min-3 .cha span {
    display: inline-block;
    height: 18px;
    font-size: 18px;
}

.top .min .min-3 .cha .switch {
    float: right;
}

.top .min .min-3 .cha .switch a {
    text-decoration: none;
    padding-left:20px;
}
.top .min .min-3 .cha .switch:hover a{
    color:red;
}

.top-y {
    /* position: relative; */
    text-align: center;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #fff;
    /*width: 100%;*/
    width: 100vw;
}

.top-y .content {
    position: absolute;
    top: 24px;
    left: 10px;
}

.top-y .content span {
    display: block;
    width: 20px;
    border: 1px solid black;
    margin: 4px;
}

.top-y .close {
    position: absolute;
    top: 19px;
    left: 10px;
}

.top-y .close img {
    width: 27px;
    height: 27px;
}

.top-y .close span:nth-child(1) {
    transform: rotate(-135deg);
}

.top-y .min-y {
    line-height: 60px;
}

.top-y .min-y img {
    width: 15%;
    min-width: 150px;
    vertical-align: middle;
}

.top-y .switch {
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 70px;
}

.top-y .switch a {
    font-size: 12px;
}

 .bottom {
    width: 100%;
    border-top: 1px solid #D2D2D2;
    background: rgba(27, 27, 27, 1);
}


.bottom ul {
    width: calc(100% * 600 / 960);
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: space-around; */
}
.bottom ul li {
    width: calc(100% * 120 / 600);
    padding: 50px 12px 10px 0;
    float: left;
    /* min-width: 135px; */
}
.bottom ul li p {
    font-size: 12px;
    font-family: Source Han Sans HW SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
}
.bottom ul li.logo img {
    width: 134px;
}
.bottom ul li.iconimg img {
    width: 30px;
}
.bottom ul li.qRCode>img {
    width: 50px;
    ;
}
.bottom ul li.qRCode .like {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.bottom ul li.qRCode .like img {
    width: 30px;
    height: 30px;
}
.bottom .describe {
    font-size: 12px;
    color: #fff;
    width: calc(100% * 600 / 960);
    margin: 0 auto;
    padding-bottom: 50px;
}
/* *******************************bottom-y********************** */

.bottom-y {
    width: 100%;
    border-top: 1px solid #D2D2D2;
    background: rgba(27, 27, 27, 1);
    padding: 10px 0 50px;
    position: relative;
}


/* .bottom-y .content {
    display: flex;
    justify-content: space-between;
} */

.bottom-y ul li {
    text-align: center;
}

.bottom-y ul li p {
    text-align: center;
    font-size: 12px;
    font-family: Source Han Sans HW SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}
.bottom-y ul li a{
    color: white;
}
.bottom-y .logo img {
    width: 134px;
    margin-bottom: 10px;
}

.bottom-y ul li.qRCode>img {
    width: 40px;
    margin-top: 5px;
}

