body {
    background: #f6f6f6;
}

.content-wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-top: 80px;
    margin-bottom: 35px;
}

.pop-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    opacity: .4;
    background: #000;
    display: none;
    position: fixed;
}

.pop-container {
    top: 50%;
    left: 50%;
    z-index: 111;
    display: none;
    position: fixed;
    color: #9a9a9a;
    background: #fff;
}

.pop-container[data-type="invoice"], .pop-container[data-type="sn"] {
    margin-left: -400px;
    margin-top: -250px;
}

.pop-container[data-type="alert"] {
    margin-left: -200px;
    margin-top: -70px;
}

.pop-container .pop-title {
    height: 50px;
    line-height: 50px;
    padding-left: 45px;
}

.pop-container .pop-close {
    font-size: 24px;
    top: 6px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 20%;
    text-align: center;
    line-height: 1.35;
    color: #008acd;
    opacity: .85;
    cursor: pointer;
    position: absolute;
}

.pop-container .pop-close:hover {
    opacity: .8;
    color: #fff;
    background: #c8c8c8;
    border-radius: 50%;
}

.pop-container .pop-content {
    display: none;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}

.pop-container .pop-content.invoice, .pop-container .pop-content.sn {
    padding: 0 45px;
}

.pop-container .pop-content.invoice img {
    display: block;
    width: 710px;
    margin-bottom: 10px;
}

.sn {
    width: 800px;
}

.sn .sn-item {
    width: 46%;
    height: 225px;
    float: left;
}

.validate .sn .sn-item {
    height: 260px;
}

.sn .sn-item:nth-child(2n) {
    margin-left: 8%;
}

.sn .sn-item p {
    text-align: left;
    font-size: 14px;
}

.sn .sn-item img {
    width: 100%;
    display: block;
    margin-top: 12px;
}

.pop-container .pop-content.alert {
    width: 400px;
    height: 180px;
    padding-top: 40px;
}

.pop-container .pop-content.alert .split {
    height: 1px;
    margin-top: 55px;
    background: #9a9a9a;
}

.pop-container .pop-content.alert .btn {
    height: 68px;
    line-height: 68px;
    cursor: pointer;
}

.content-wrap .help-title {
    text-align: center;
    padding: 50px 0;
    background: #f6f6f6;
    position: relative;
}

.content-wrap .help-subtitle {
    margin: 40px 0;
    font-size: 16px;
}

.content-wrap .help-title h1 {
    height: 36px;
    color: #4a4a4a;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
}

.content-wrap .help-title p {
    margin: 20px auto 10px;
    font-size: 16px;
    color: #c6c6c6;
}

.content-wrap .help-title p span{
    line-height: 30px;
    display: block;
}

.content-wrap .help-title:after {
    content: "";
    width: 19px;
    height: 19px;
    bottom: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    background: url("//source-img.fiil.com/portal/pc/images/help/up.png");
}

.content-wrap .wrapper, .content-wrap .wrapper.validate .form {
    width: 100%;
    max-width: 520px;
    margin: 50px auto;
}

.content-wrap .wrapper.validate {
    max-width: 800px;
}

.content-wrap .wrapper .field {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.content-wrap .wrapper em {
    width: 30px;
    color: #ec0d35;
    text-align: center;
    display: inline-block;
}

.field .field-ipt {
    height: 45px;
    width: 480px;
    color: #4a4a4a;
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: 1px solid #c6c6c6;
}

.field #validateCode{
    height: 45px;
    width: 118px;
    line-height: 45px;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.field .field-ipt.short65 {
    width: 65%;
}

.field .field-ipt input, .field .field-ipt select {
    width: 360px;
    height: 38px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 18px;
}

.field .field-ipt.short65 input{
    width: 260px;
}

.field .field-ipt i {
    float: right;
    font-size: 27px;
    cursor: pointer;
}

.content-wrap .wrapper .bottom {
    width: 266px;
    text-align: center;
    line-height: 50px;
    margin: 45px auto 0;
}

.content-wrap .wrapper .ok-btn {
    color: #fff;
    font-size: 18px;
    height: 50px;
    cursor: pointer;
    display: block;
    width: 100%;
    border-style: none;
    background: #ec0d35;
    outline: none;
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.content-wrap .wrapper .ok-btn:hover {
    transform: scale(.9);
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.content-wrap .wrapper .ok-btn:active {
    -webkit-transform: scale3d(.98, .98, 1);
    -moz-transform: scale3d(.98, .98, 1);
    -ms-transform: scale3d(.98, .98, 1);
    -o-transform: scale3d(.98, .98, 1);
    transform: scale3d(.98, .98, 1);
    outline: none;
}

.content-wrap .wrapper .ok-btn:active {
    font-size: 16px;
}

.content-wrap .wrapper .service {
    color: #c6c6c6;
    font-size: 12px;
    height: 50px;
}

.content-wrap .wrapper .service a {
    color: #000;
    text-decoration: none;
}