@charset "utf-8";
.menu>ul>li.dakadian{font-size:0.15rem}

.header-list ul li:hover a { color:#FFFFFF	
}

.association-media-list-pic img {
    max-width: 60%;
    max-height: 60%;
    margin: 0 auto;
    text-align: center;
}

.login{width: 1200px; background: #f2f2f2; margin: 50px auto; overflow: hidden; padding:25px 0}
.login-inp{width: 352px;  padding: 65px 60px; background: #fff; margin:0 auto; overflow:hidden}

.user-inp {
    line-height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}

.user-inp-iphone input[type="text"] {
    width: 70%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding-left: 10px;
}

.user-inp-iphone {
    width: 350px;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 40px;
    background: #fff;
    border: 1px solid #bbbbbb;
    overflow: hidden;
}

.user-inp-iphone input[type="button"]{width: 29%; height: 30px; line-height: 30px; border: none; border-left: 1px solid #dedede; margin-top: 4px; outline: none;  cursor: pointer; color: #ffffff; background:#CC0000;border-radius: 10px; margin-right:1%}
.login-inp input{width: 100%; padding-left: 18px; outline: none; box-sizing: border-box; line-height: 40px; border: 1px solid #bbbbbb; border-radius: 0px; margin-bottom: 20px;}
.retrieve{text-align: right; margin-bottom: 38px;}
.retrieve a{margin-left: 27px; font-size: 14px; color: #333;}
.login-phone{width: 100%; height: 40px; line-height: 40px; background: #CC0000; text-align: center; color: #fff; border-radius: 10px; margin-bottom: 20px; font-size:16px}
.login-register{width: 100%; height: 40px; line-height: 40px; background: #efefef; text-align: center; color: #333; border-radius: 10px; margin-bottom: 35px;}
.login-wechat{text-align: center; font-size: 16px; color: #333; line-height: 40px;}
.login-info{width: 720px; box-sizing: border-box; padding: 75px;}
.login-content{ font-size: 14px; color: #666666; line-height: 26px; margin-bottom: 45px;}
.login-info-tit{font-size: 18px; color: #333; margin-bottom: 15px;}
.login-list{margin-top: 37px;}
.login-list ul li{float: left; font-size: 16px; color: #333; text-align: center; width: 20%;}
.login-list ul li p{margin-top: 10px;}


@media screen and (max-width:576px){
.login{width:100%}

.login-inp{width: 96%;  padding: 2% 2%; background: #fff; margin:0 auto; overflow:hidden}
.user-inp-iphone {
    width: 99%;
   
}

}


