<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å¼¹çª—*/
.cfix:after {
    content: "";
    display: block;
    clear: both;
}

#box ,#box1,#searchbox , #upload-box ,#box-failure{
    display: none;
    width: 100%;
    background:rgba(0,0,0,0.2);
    z-index:999;
    position: absolute;
    top: 0;

}
#box.shows ,#searchbox.shows , #box1.shows, #upload-box.shows ,#box-failure.shows{
    display: block;
}
#upload-box .tanchuang-text div.right{
    top:40px;
}
#upload-box .tanchuang-text div.right .r-content{
    font-size: 16px;

}
.tanchuang {
    width: 430px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    position: fixed;
    display: none;
    padding: 30px 0 0px;
    z-index: 11;
}

.tanchuang.active {
    display: block;
}

.tanchuang .pst {
    position: relative;
    display: none;
}

.tanchuang .pst.on {
    display: block;
}

.tanchuang h2 {
    color: #000;

}

.tanchuang h2 span {
    height: 24px;
    font-size: 24px;
    color: #333;
    line-height: 24px;
}

.tanchuang h2 span.linebold {
    width: 3px;
    height: 24px;
    background: #E20000;
    margin-right: 30px;
    vertical-align: middle;
}

.tanchuang .tanchuang-text {
    margin-top: 20px;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
    padding-right: 70px;
    text-align: justify;

}

.tanchuang .tanchuang-cancel {
    top: -8px;
    right: 22px;
    padding-top: 3px;
    position: absolute;
    cursor: pointer;
}

.tanchuang .tanchuang-cancel .wrapp {
    text-align: center;
    width: 12px;
    height: 12px;
}

.tanchuang .tanchuang-cancel .wrapp img {
    width: 100%;
    display: block;
}

/*å¤±è´¥å¼¹çª—*/
.failtanchuang .tanchuang-cancel {
    top: -11px;
    right: 22px;
    padding-top: 3px;
    position: absolute;
    cursor: pointer;
}

.failtanchuang .tanchuang-cancel .wrapp {
    text-align: center;
    width: 12px;
    height: 12px;
}

.failtanchuang .tanchuang-cancel .wrapp img {
    width: 100%;
    display: block;
}
.tanchuang .tanchuang-btn {
    margin-top: 44px;
    height: 62px;
    padding-top: 15px;
    background: #f5f5f5;
}

.tanchuang .tanchuang-btn .ljrz,
.tanchuang .tanchuang-btn .genghuan {
    text-align: center;

}

.tanchuang-btn .ljrz span a {
    display: block;
    height: 100%;
    color: #fff;
}
.tanchuang-btn .ljrz span a:hover{color: #fff}
.tanchuang .tanchuang-btn .ljrz.on,
.tanchuang .tanchuang-btn .genghuan.on {
    display: block;
}

.tanchuang .tanchuang-btn .ljrz&gt;span,
.tanchuang .tanchuang-btn .genghuan&gt;span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 96px;
    background: #e41f2b;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
}
.tanchuang .tanchuang-btn .genghuan .queren a{
    display: block;
    color: #fff;
}
.tanchuang .tanchuang-btn .genghuan .queren a:hover{text-decoration: none}
.tanchuang .tanchuang-btn .ljrz&gt;span:nth-child(2){
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}
.tanchuang .tanchuang-btn .ljrz&gt;span:nth-child(2):hover{
    border: 1px solid #E41E2B;
    color:#E41E2B ;
}
.tanchuang .tanchuang-btn .ljrz&gt;span.cance-btn{line-height: 30px}
.tanchuang .tanchuang-btn .ljrz&gt;span:nth-child(2):active{
    background: #ffedee;
    border: 1px solid #E41E2B;
    color:#E41E2B ;
}
.tanchuang-btn .ljrz&gt;span:first-child a:hover,.tanchuang-btn .genghuan&gt;span:first-child a:hover{
    background: #F24651;
}
.tanchuang-btn .ljrz&gt;span:first-child a:active , .tanchuang-btn .genghuan&gt;span:first-child a:active{
    background: #C8000D;
}

/*æ–°åŠ&nbsp;4-28*/
.tanchuang .tanchuang-btn.mrt30{
    box-sizing: border-box;
    margin-top: 30px;
}
.tanchuang .tanchuang-text.zhuanqu{
    padding-right: 40px;
    margin-top: 30px;
}
.tanchuang .tanchuang-text&gt;span{
    height: 40px;
    line-height: 40px;
    float: left;
}
.tanchuang .tanchuang-text .img{
    width: 40px;
    background: #5093D0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 28px;
}
.tanchuang .tanchuang-text .text{
    font-size: 16px;
    color: #666666;
    width: 300px;
    padding-top: 9px;
    height:auto;
    line-height: normal;
    letter-spacing: 0;
    margin-left: 10px;

}</pre></body></html>