*{
    margin: 0;
    padding: 0;
}
ul li,
ol li {
    list-style: none;
}
img{
    vertical-align: middle;
    -webkit-user-drag: none;
}
.clearfix:after{
    content: "020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;  
    zoom: 1; 
}
.tlc-web-superdoor{
    width: 100%;
    height: 100vh;
    color: #000;
    font-size: 12px;
    font-family: "MicrosoftYaHei";
    background-color: #efeff4;
}
.tlc-web-superdoor header{
    width: 100%;
    height: 52px;
    background-color: #00A6FF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tlcLogo{
    width: 70px;
    height: 32px;
}
.tlcLogo img{
    width: 100%;
    height: 100%;
}
.tlc-web-superdoor header .csIcon {
    display: none;
}
.tlc-web-superdoor header .sponsorLogo{
    display: none;
}
.tlc-web-superdoor section{
    width: 100%;
    /* background: url(../image/mobileBg.png) center no-repeat; */
    /* background-size: cover; */
}
.tlc-web-superdoor section .lineHeight{
    height: 24px;
}
.tlc-web-superdoor section .detail{
    width: 90%;
    margin: 0px auto;
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 20px #00000033;
    border-radius: 20px;
    padding: 20px 0px;
}
.leftContent,
.rightContent{
    width: 90%;
    margin: 0px auto;
}
.detail h2{
    font-size: 24px;
    line-height: 30px;
}
.detail .leftContent .tips1{
    font-size: 14px;
    color: #222222;
    line-height: 30px;
}
.detail .leftContent ol{
    width: 100%;
}
.detail .leftContent ol li{
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    color: #222;
    padding: 0 15px;
    overflow: hidden;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.detail .leftContent ol li div{
    width: 68%;
}
.detail .leftContent ol li:first-child{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.detail .leftContent ol li:last-child{
   border-bottom: 1px solid #E0E0E0;
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
.detail .leftContent ol li div span:last-child{
    margin-left: 30%;
 }
.detail .leftContent ol li>span{
    border-radius: 4px;
    cursor: pointer;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 72px;
}
.detail .leftContent ol li> span.checking{
    justify-content: flex-end;
}
.detail .leftContent ol li .forClick .loading-animation{
    animation-name: loadingRotate;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
@keyframes loadingRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loadingRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.detail .leftContent .tips2{
    width: 96%;
    text-align: left;
    padding: 0 2%;
    margin-top: 20px;
    color: #666666;
    line-height: 20px;
}
.detail .leftContent .main-img{
    width: 160px;
    height: 200px;
}
.detail  .rightContent{
    margin-top: 20px;
}
.detail .rightContent .tips3{
    color: #666666;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
}
.detail .rightContent .cs1{
    width: 100%;
    background-color: #00A6FF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    cursor: pointer;
}
.detail .rightContent .cs2{
    width: 100%;
    line-height: 38px;
    color: #222222;
    border: 1px solid #00A6FF;
    border-radius: 8px;
    margin-top: 20px;
    color: #00A6FF;
    font-size: 14px;
}
.detail .rightContent .cs2 a{
    color: inherit; 
    text-decoration: none;
}