.part1{
    height: calc(1665 / 750 * 100vw);
    background: url(//game.gtimg.cn/images/gp/act/6963/a20211111bm/m/p4_part1.jpg) center/100% no-repeat;
}
.part1-1{
    height: calc(1665 / 750 * 100vw);
    background: url(//game.gtimg.cn/images/gp/act/6963/a20211111bm/m/p4_part1_2.jpg) center/100% no-repeat;
}

/*part1*/
.part-title1{
    width: calc(680 / 750 * 100vw);
    display: block;
    margin: calc(132 / 750 * 100vw) auto 0;
    font-size: calc(21 / 750 * 100vw);
    line-height: calc(40 / 750 * 100vw);
}
.info-wrap{
    display: ;
    width: calc(620 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
}
.info-box{}
.title1{
    width: calc(596 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    background: url(//game.gtimg.cn/images/gp/act/6963/a20211111bm/m/p4_title1.png) center/100% no-repeat;
}
.title2{
    width: calc(596 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    background: url(//game.gtimg.cn/images/gp/act/6963/a20211111bm/m/p4_title2.png) center/100% no-repeat;
    margin: calc(20 / 750 * 100vw) auto 0;
}
input{
    outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #c6f4fe;
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(50 / 750 * 100vw);
}
textarea::-webkit-input-placeholder{
    line-height: calc(40 / 750 * 100vw);
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.info-box2{
    clear: both;
    overflow: hidden;
    margin: calc(10 / 750 * 100vw) auto 0;
    width: 100%;
}
.info-con{
    width: calc(300 / 750 * 100vw);
}
.overflow-y{
    overflow-y: auto;
    height: calc(130 / 750 * 100vw);
}

.overflow-y::-webkit-scrollbar {
    width: calc(5 / 750 * 100vw);     
    height: calc(10 / 750 * 100vw);
}

.overflow-y::-webkit-scrollbar-thumb {
border-radius: 10px;
 -webkit-box-shadow: inset 0 0 calc(5 / 750 * 100vw) rgba(0,0,0,0.2);
background: #eeebb4;
}

.overflow-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 calc(5 / 750 * 100vw) rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #a4e8ee;
}
.info-con-auto{
    width: auto;
}
.info-con .input-box .input-title{
    font-size: calc(18 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    line-height: calc(40 / 750 * 100vw);
    color: #fff;
    font-weight: 700;
}
.info-con .input-box .input-title2{
    height: calc(70 / 750 * 100vw);
    line-height: calc(30 / 750 * 100vw);
}
.info-con .input-box .input-title span{
    color: #a3e9f1;
}
.info-con .input-box .input-text{
    display: block;
    width: calc(280 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    line-height: calc(40 / 750 * 100vw);
    background: #20515c;
    color: #c6f4fe;
    border: 1px solid #8db8c2;
    padding-left: calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
}
.info-con .input-box .input-text.on{
    border-color: #f0edae;
}
.info-textarea{
    display: block;
    width: calc(280 / 750 * 100vw);
    height: calc(128 / 750 * 100vw);
    background: #20515c;
    color: #8db8c2;
    border: 1px solid #8db8c2;
    font-size: calc(20 / 750 * 100vw);
    outline: none;
    padding: calc(10 / 750 * 100vw);
    resize: none;
    line-height: calc(40 / 750 * 100vw);
    box-sizing: border-box;
}
.info-textarea::-webkit-scrollbar {
    width: 5px;     
    height: 1px;
}

.info-textarea::-webkit-scrollbar-thumb {
border-radius: calc(10 / 750 * 100vw);
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: #eeebb4;
}

.info-textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: calc(10 / 750 * 100vw);
    background: #a4e8ee;
}
.pic-box{
    display: block;
    width: calc(280 / 750 * 100vw);
    height: calc(128 / 750 * 100vw);
    background: #20515c;
    color: #8db8c2;
    border: 1px solid #8db8c2;
    position: relative;
}
.pic-box .file-input{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: opacity(0);
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.pic-box.on .file-input{
    display: none;
}
.pic-box .submit-pic{
    display: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pic-box.on .submit-pic{
    display: block;
}
.pic-hint{
    display: block;
    width: 100%;
    height: calc(128 / 750 * 100vw);
    line-height: calc(128 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    font-size: calc(23 / 750 * 100vw);
    font-weight: 700;
    text-align: center;
}
.btn-del{
    display: none;
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: calc(30 / 750 * 100vw);
    text-align: center;
}
.pic-box.on .pic-hint{
    display: none;
}
.pic-box.on .btn-del{
    display: block;
}
.select-list{
    overflow: hidden;
    font-size: calc(0 / 750 * 100vw);
}
.select-list li{
    display: inline-block;
    width: calc(120 / 750 * 100vw);
    height: calc(39 / 750 * 100vw);
    line-height: calc(38 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-indent: calc(7 / 750 * 100vw);
    cursor: pointer;
    vertical-align: middle;
}
.select-list3 li{
    width: 100%;
}
.select-list li i{
    display: block;
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    background: url(//game.gtimg.cn/images/gp/act/6963/a20211111bm/m/icon_select.png) center/100% no-repeat;
    background-position: center bottom;
    float: left;
    margin: calc(7 / 750 * 100vw) 0 0 0;
}
.select-list li.on i{
     background-position: center top; 
}
.upload-hint{
    width: calc(600 / 750 * 100vw);
    margin: 0 auto;
    font-size: calc(24 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    line-height: calc(40 / 750 * 100vw);
    position: relative;
    margin-top: calc(10 / 750 * 100vw);
}
.upload-hint i{
    display: block;
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    background: url(//game.gtimg.cn/images/gp/act/6963/a20211111bm/m/icon_select.png) center/100% no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: calc(-12 / 750 * 100vw);
}
.upload-hint.on i{
     background-position: center top; 
 }
.upload-hint a{
    color: #a3e9f1;
    text-decoration: underline;
}
.upload-hint p{
    text-indent: calc(35 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    line-height: calc(40 / 750 * 100vw);
}

.upload-btn{
    display: block;
    width: calc(670 / 750 * 100vw);
    margin: calc(0 / 750 * 100vw) auto 0;
    overflow: hidden;
    text-align: center;
}
.upload-btn .btn-submit{
    display: inline-block;
    width: calc(242 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
    background: url(//game.gtimg.cn/images/gp/act/6963/a20211111bm/m/btn_submit.png) center/100% no-repeat;
    margin: 0 calc(30 / 750 * 100vw) 0;
}
.upload-btn .btn-reset{
    display: inline-block;
    width: calc(242 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
    background: url(//game.gtimg.cn/images/gp/act/6963/a20211111bm/m/btn_reset.png) center/100% no-repeat;
    margin: 0 calc(30 / 750 * 100vw) 0;
}
.signup-hint{
    font-size: calc(20 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    line-height: calc(30 / 750 * 100vw);
    display: block;
}