body {
    font-family: "Fontke";
}
/* 登录开始 */
.denglubg {
    width: 100%;
    height: 100vh;
    background-color: #c57696;
    padding-top: 15vh;
}
.denglu {
    width: 50%;
    margin: 0 auto;
    background: url(..//images/pic2.png)no-repeat center;
    padding: 30px 40px 20px;
}
.denglu-left {
    float: left;
    width: 50%;
    padding-right: 3%;
}
.denglu-left h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
}
.denglu-left h3 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 25px;
}
.denglu-left span {
    display: block;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 25px;
    color: #ffffff;
    font-size: 14px;
}
.denglu-left p {
    border-bottom: 3px solid #ffffff;
    padding: 25px 0;
    color: #ffffff;
    font-size: 14px;
}
.denglu-right {
    position: relative;
    float: right;
    width: 50%;
    padding: 0px 1% 20px;
    border-radius: 10px;
    background-color: #ffffff;
}
.denglu-right h2 {
    color: #222222;
    font-size: 20px;
    padding: 20px 10px 20px 10px;
}
.denglu-right h3 {
    color: #222222;
    font-size: 16px;
    padding: 0px 10px 20px 10px;
}
.denglu-right ul {
    padding: 0 10px;
}
.denglu-right ul li {
    margin-bottom: 20px;
}
.denglu-right ul li p {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.denglu-right ul li p span a {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    background-color: #f6ae2e;
    color: #ffffff;
    font-size: 12px;
    border-radius: 100%;
    text-align: center;
}
.denglu-right ul li input {
    width: 100%;
    padding: 0 10px;
    background-color: #ffffff;
    line-height: 40px;
    font-size: 22px;
    border: 1px solid #222222;
}
    .denglu-right button {
        display: block;
        width: 100%;
        background-color: #f08052;
        color: #ffffff;
        font-size: 20px;
        line-height: 45px;
        text-align: center;
        border-radius: 10px;
    }
    .denglu-right h4 a {
        margin-top: 15px;
        display: block;
        color: #f08052;
        font-size: 16px;
        font-weight: normal;
        padding-left: 10px;
    }
.denglu-right h5 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}
.guanbi {
    position: absolute;
    right: -60px;
    top: -60px;
    width: 30px;
    height: 30px;
}
.guanbi a img {
    width: 100%;
    height: 100%;
}
.yuyan {
    position: absolute;
    right: 0;
    top: -70px;
    width: 120px;
}
.content .select{
    width: 100%; 
    height: 40px; 
    background: rgba(0, 0, 0, 0.5); 
    margin: 30px auto 0;
    position: relative;
    cursor: pointer;
}

.content .select p{
    width: 100%;
    line-height: 40px; 
    font-size: 16px;
    font-family: " ";
    color: #ffffff;
    text-align: center;
}
.content .select ul{
    width: 100%;
    display: block;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5); 
    position: absolute;
    top: 40px;
    left: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .3s ease-in;
}
.content .select ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px !important;
    list-style: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.content .select ul li a {
    color: #ffffff;
}
.content .select ul li.Selected{
    
    color: #FFFFFF;
}
.content .select ul li:hover{
    background: #918e8a;
    color: #ffffff;
}
@-webkit-keyframes slide-down{
    0%{transform: scale(1,0);}
    25%{transform: scale(1,1.2);}
    50%{transform: scale(1,0.85);}
    75%{transform: scale(1,1.05);}
    100%{transform: scale(1,1);}
}

.content .select.open ul{
    max-height: 250px;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
}
.content .select.open::after{
    transform: rotate(134deg);
    transition: all .3s ease-in;
    top: 18px;	
}
.select1 {
    z-index: 10;
}
.select2 {
    z-index: 1;
}
.content .select p a {
    color: #ffffff;
}
input::-webkit-input-placeholder { 
    color: #000; 
    } 
    input:-moz-placeholder { 
        color: #000; 
    } 
    input::-moz-placeholder { 
        color: #000; 
    } 
    input:-ms-input-placeholder { 
        color: #000; 
    }
.contentfirst{ display:none;}
.contentin{ display:block;}
.content ul li a:hover .contentfirst {
    display: block;
}


/* 字体 */
@font-face {
    font-family: "Fontke";
    src: url("..//fonts/Fontke.ttf") format("woff2"),
         url(".//fonts/Fontke.woff") format("woff"),
         url(".//fonts/Fontke.ttf") format("truetype"),
         url(".//fonts/Fontke.eot") format("embedded-opentype"),
         url(".//fonts/Fontke.svg") format("svg");
  }





@media only screen and (max-width: 980px) {
    .denglu-left {
        display: none;
    }
    .denglu {
       
        width: 100%;
        padding: 30px 35px 20px;
    }
    .denglu-right {
        float: none;
        width: 100%;
        padding: 15px 12.5px;
        border-radius: 20px;
    }
    .denglu-right h2 {
        font-size: 15px;
        padding: 0px 10px 10px 10px;
    }
    .denglu-right h3 {
        font-size: 13.5px;
        padding-bottom: 10px;
    }
    .denglu-right ul li {
        margin-bottom: 15px;
    }
    .denglu-right ul li input {
        font-size: 13.5px;
    }
    .denglu-right button {
        font-size: 16px;
        line-height: 34px;
    }
    .denglu-right h4 a {
        font-size: 13.5px;
    
    }
    .denglu-right h5 {
        font-size: 13.5px;
        padding: 0 10px;
        line-height: 1;
    }
    .guanbi {
        right: -25px;
        top: -30px;
        width: 24px;
        height: 24px;
    }
    .yuyan {
        width: 90px;
    }
    .content .select p {
        font-size: 12px;
    }
    .denglu-right ul li p {
        font-size: 13.5px;
    }
    .denglu-right ul li input {
        line-height: 30px;
    }
    .denglu-right ul li p span a {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }
    .denglu-right ul li {
        margin-bottom: 12px;
    }
}