﻿* {
    font-family: "microsoft yahei" !important;
}
body {
    margin: 0;
    background: #fcfcfc;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
    color: #000;
}
.header {
    width: 100%;
    height: 143px;
  
}
.div1000 {
    width: 1000px;
    margin: auto;
}
.text-center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.apply.right {
    margin-top: 70px;
}
.apply.right a {
    color: #666;
}
.head-nav {
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
    padding-left: 60px;
}
.head-nav a {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.current-head-nav {
    background: #097c25;
}
.main {
    width: 800px;
    margin: 30px auto;
    border: 1px solid #f2f2f2;
}
.pay-title {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #3385ff;
    font-size: 28px;
}
.company-name {
    font-size: 26px;
    color: #06f;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.pay-desc {
    line-height: 54px;
    height: 54px;
    font-size: 18px;
    text-align: center;
}
.need-to-pay {
    font-weight: 700;
    font-size: 18px;
    color: #f00;
}
.pay-err {
    color: #f00;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.reflesh {
    cursor: pointer;
}
.pay-platform {
    margin-top: 40px;
}
.choose-platform {
    margin-top: 10px;
}
.choose-platform img {
    vertical-align: middle;
    cursor: pointer;
}
.pay-now {
    padding: 5px 10px;
    color: #fff !important;
    font-size: 14px;
    background: #ea5e16;
    border: 1px solid #ea5e16;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
}
.make-your-choice {
    margin-left: 234px;
}
.acfe {
    margin-top: 100px;
    display: inline-block;
    background: #3385ff;
    padding: 6px;
}
/* .footer {
    background:  center / cover no-repeat;
    padding-bottom: 30px;
}
.footer > div {
    width: 1000px;
    margin: auto;
    color: #fff;
}
.footer > div:after {
    content: "";
    clear: both;
    display: block;
}
.footer .left p:first-child {
    margin-top: 60px;
}
.footer .right p {
    margin: 20px auto;
}
.copy-right {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #097c25;
    text-align: center;
}*/
iframe {
    margin-left: 50%;
    transform: translatex(-50%);
} 
