*{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
body{
    width: 100%;
    font-family: '黑体';
}
body::-webkit-scrollbar{
    width: 4px;
}
body::-webkit-scrollbar-thumb{
    border-radius: 10;
    background: rgba(0,0,0,0.2)
}
body::-webkit-scrollbar-track{
    border-radius: 0;
    background: rgba(0,0,0,0.1)
}

a{
    text-decoration: none;
}
.flex{
    display: flex;
}
.gray{
    background: #000;
    opacity: 0.5;
    width: 100%; height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    display: none;
 }
 .modal{
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 13;
 }


 .contents p{
    font-size: 16px;
    line-height: 25px;
    color: #333;
 }
 .contents .title1{
    margin: 80px 0 30px;
    text-align: center;
    font-size: 32px;
    color: #333;
 }
 .btn{
    display: flex;
    justify-content: space-between;
    margin: 33px 0;
 }
 .btns{
    background: #f2f2f2;
    border-radius: 6px;
    color: #333;
    width: 48%;
    padding: 14px 0;
    text-align: center;
    cursor: pointer;
 }
 
 .btnsbg1{
    background:#6596BD;
    color: #fff;
 }
 #phone{
    width:1px;
    height: 1px;
    position: absolute;
    z-index: 0;
    left: -5px;
 }

 .ai{
    position: fixed;
    left: 10px;
    top: 444px;
    z-index: 3;
    height: 100%;
 }
 .ai img{
    height:59px;
    width: 65px;
 }
 .active{
    color: #6596BD !important;
}

@media screen and (min-width: 1000px) { 
    .contents{
        width: 556px;
        height: 360px;
        background: #fff;
        border-radius: 15px;
    }
    .container-model{
        width: 336px;
        margin: 0 auto;
    }
    .phone{
        display: none;
    }
    .hearder{
        display: block;
        height: 64px;
        width: 100%;
    }
    .hearder li{
        cursor: pointer;
    }
    .hearder-container{
        justify-content: space-between;
        width: 914px;
        margin: 0 auto;
    }
    .logo{
        width: 154px;
        height: 34px;
        margin: 15px 0;
    }
    
    .hearder a, #open {
        font-size: 14px;
        color: #333;
        margin: 23px 0 20px 30px;
    }
    .recodeImage{
        width: 81px;
        position: fixed;
        right: 43px;
        top: 444px;
    }
    .mobile{
        padding: 5px;
        background: #6596BD;
        border-radius: 6px;
        display: flex;
        position: fixed;
        top: 540px;
        right: 10px;
    }
     .mobile span{
        color: #fff;
        font-size: 16px;
        
     }
     .mobile i {
        width: 14px;
        height: 14px;
        background: url(../images/phone@3x.png) no-repeat;
        display: block;
        background-size: 100%;
        margin-top: 2px;
        margin-left: 5px;
     }
     .rqcode img{
        width: 81px;
        height: 81px;
     }
     .footer{
        width: 100%; 
        height: 164px;
        background:#333;
    }
    .footer p{
        text-align: center;
        font-size: 12px;
        color: #C3C3C3;
        line-height: 164px;
    }
     
}
@media screen and (max-width: 900px){
    .hearder{
		display: flex;
		justify-content: space-between;
		top:10px;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 55px;
	}
	.logo{
		width: 155px;
		height: 30px;
		margin-left: 11px;
		margin-top: 12px;
	}
    .logo img{
        width: 100%;
    }
	.memu{
		width: 23px;
		height: 30px;
		margin-right: 30px;
		margin-top: 11px;
	}
    .memus{
        background: #fff;
        position: absolute;
        top: 43px;
        left: 0;
        width: 100%;
    }
   .memu-list{
       color: #333;
       font-size: 21px;
       border-bottom: 1px solid #ddd;
       padding: 0 20px;
       height: 92px;
       line-height: 92px;
   }
    .ai{
        left: 0;
     }
    .mobile i {
        width: 10px;
        height: 10px;
    }
    .mobile span{
        color: #fff;
        font-size: 12px;
    }
    .mobile{
        padding: 5px;
        background: #6596BD;
        border-radius: 6px;
        display: flex;
        position: fixed;
        top: 525px;
        right: 10px;
    }
    .mobile i {
        width: 10px;
        height: 11px;
        background: url(../images/phone@3x.png) no-repeat;
        display: block;
        background-size: 100%;
        margin-top: 2px;
        margin-left: 3px;
     }
    .recodeImage{
        padding: 5px;
        background: #fff;
        width: 65px;
        position: fixed;
        right: 10px;
        top: 444px;
    }
    .rqcode img{
        width: 65px;
        height: 64px;
     }
     .ai img{
        height:35px;
        width: 32px;
     }
    .contents{
        width: 556px;
        background: #fff;
        margin: 0 16px;
        border-radius: 15px;
    }
    .container-model{
        margin: 0 auto;
        padding: 0 20px
     }
    .contents .font{
        font-size: 14px;
        line-height: 25px;
     }
     .contents .h3{
        margin: 30px;
        text-align: center;
        font-size: 25px;
     }
    .phone .togglebtn {
        width: 47px;
        height: 45px;
        position: relative;
        cursor: pointer;
        float: right;
        top: 2px;
    }
    
    .phone .togglebtn span {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #666;
        position: absolute;
        left: 13px;
        top: 26px;
        transition: 0.2s;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .phone .togglebtn span:first-child {
        top: 18px;
        left: 13px
    }

    .phone .togglebtn span:last-child {
        top: 35px;
        left: 13px
    }

    .phone .togglebtn.activebtn span {
        width: 6px;
        height: 6px;
        top: 27px;
        border-radius: 3px;
        overflow: hidden;
        left: 27px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .phone .togglebtn.activebtn span:first-child {
        left: 14px
    }

    .phone .togglebtn.activebtn span:last-child {
        left: 40px
    }
    .phone .togglebtn.activebtn span {
        height: 2px;
        width: 25px;
        left: 16px;
        top: 27px;
        border-radius: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px
    }

    .phone .togglebtn.activebtn span:first-child {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 27px;
        left: auto;
        right: 16px;
        width: 10px
    }

    .phone .togglebtn.activebtn span:last-child {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 27px;
        left: auto;
        right: 16px;
        width: 10px
    }

    .phone .togglebtn {
        right: 5px
    }
    .phone .togglebtn.activebtn span:first-child {
        -webkit-transform-origin:center;
        transform-origin: center;
        -webkit-transform: translateY(9px) rotate(135deg);
        transform: translateY(9px) rotate(135deg);
        top: 18px;
        left: 16px;
        right: auto;
        width: 25px
    }

    .phone .togglebtn.activebtn span:nth-child(2) {
        opacity: 0
    }

    .phone .togglebtn.activebtn span:last-child {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateY(-8px) rotate(-135deg);
        transform: translateY(-8px) rotate(-135deg);
        left: 16px;
        top: 35px;
        right: auto;
        width: 25px
    }
    .footer{
        width: 100%; 
        height: 80px;
        background:#333;
    }
    .footer p{
        text-align: center;
        font-size: 12px;
        color: #C3C3C3;
        line-height: 80px;
    }
}
.recodeImage{
    padding: 5px;
    background: #fff;
 }