.fix-right-box{
    position: fixed;
    bottom: 40px;
    right:0px;
    width: 90px;
    height: 344px;
    border-radius: 5px;
    line-height: 84px;
    background: #383842;
    z-index: 999999999;
}
.fix-right-box li{
    position: relative;
    display: block;
    width: 90px;
    height: 84px;
    line-height: 135px;
    cursor: pointer;
}
.fix-right-box li.active{
    background: #282828;
}
.fix-right-box li.border-top{
    border-top: 1px solid #383842;
}
.fix-right-box li.border-bot{
    border-bottom: 1px solid #54606e;
}
.fix-right-box li img{
    width: 90px;
    height: 84px;
}
.bgbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    z-index: 99999;
}
.bg-black {
    background: rgba(0,0,0,.5);
}
.bg-white {
    background:#fff;
}

.popupBox,.popupBox2 {
    width:540px;
    height: 360px;
    position: fixed;
    top: 100px;
    left:50%;
    margin-left: -270px;
    margin-top: 0px;
    z-index: 999999;
    border-radius: 5px;
}
.popupBoxbig{
     width:600px;
     height: 540px;
     position: fixed;
     top: 50px;
     left:50%;
     margin-left: -300px;
     margin-top: 0px;
     z-index: 999999;
     border-radius: 5px;
 }
.popupBox .text1,.popupBoxbig .text1,.popupBox2 .text1{
    width:92%;
    height: 70px;
    margin: 0 4%;
    font-size: 18px;
    padding-top: 20px;
    min-height: 40px;
    text-align: center;
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
}
.popupBox .text2,.popupBoxbig .text2,.popupBox2 .text2{
     width:92%;
     /*height: 70px;*/
     margin: 0 4%;
     font-size: 13px;
     /*padding-top: 20px;*/
    padding: 0 15px;
     min-height: 40px;
     text-align: left;
     /*position: relative;*/
     display: block;
     /*border-bottom: 1px solid #e9e9e9;*/
 }
.popupBox .close,.popupBoxbig .close,.popupBox2 .close{
    width: 18px;
    height: 19px;
    right:0px;
    position: absolute;
    top:20px;
    display:inline-block;
    background: url("../images/icon-close.png") center no-repeat;
}
.color-orange{color: #f86c69; font-size: 20px !important;}

.popupBox .inputbox,.popupBoxbig .inputbox,.popupBox2 .inputbox{
    width:92%;
    margin: 0 4%;
    text-align: center;
    float: left;
    position: relative;
    display: block;
}
.popupBox .text-l {
    float: left;
    width: 120px;
    height: 35px;
    border: none;
    margin: 8px 10px 8px 0;
    position: relative;
    font-size: 14px;
    line-height: 35px;
    color: #333;
    text-align: right;
}.popupBox .text-r {
     float: left;
     width: 100px;
     height: 35px;
     border: none;
     margin: 8px 0 8px 10px;
     position: relative;
     font-size: 14px;
     line-height: 35px;
     color: #ff5b23;
     text-align: left;
 }
.popupBox .input-t ,.popupBoxbig .input-t {
     float: left;
     width: calc(100% - 30px);
     height: 45px;
     border: 1px solid #b5b5b5;
     margin:0 15px;
    margin-top: 20px;
     background: #fff;
     padding: 5px 15px;
     position: relative;
     font-size: 14px;
     color: #999999;
 }
.popupBox .input-a {
    float: left;
    width: 278px;
    height: 60px;
    border: 1px solid #b5b5b5;
    margin: 8px 10px;
    background: #fff;
    padding: 5px 15px;
    position: relative;
    font-size: 14px;
    color: #999999;
}
.popupBox .btn-b ,.popupBoxbig .btn-b,.popupBox2 .btn-b{
    display: block;
    float: left;
    width: calc(100% - 30px);
    height: 45px;
    border: none;
    margin: 15px;
    background: #f86c69;
    padding: 5px 15px;
    position: relative;
    font-size: 14px;
    color: #fff;
}