.mod-header {
    border-bottom: 1px;
    box-shadow: 0px 0 2px 2px rgba(1, 1, 1, .1);
}
.buy_box {
    width: 850px;
    height: 600px;
    border: 1px;
    box-shadow: 0px 0 2px 2px rgba(1, 1, 1, .1);
    margin: 25px auto;
    padding: 20px 120px 20px 140px;
}
.buy_def {
    font-size: 15px;
    color: #444;
    margin-top: 15px;
    font-weight:600;
    margin-bottom: 15px;
    clear: both;
}
.lineB {
    font-size: 19px;
    font-weight: bolder;
    color: #2E9285;
}
.buy_title {
    font-size: 15px;
    color: #444;
    font-weight: bold;
}
.Buy_del {
    float: left;
}
.buy_box ul {
    float: left;
    margin-left: 40px;
}
.buy_box>ul label{
    font-size:13px;
}

.buy_box .buy_people {
    margin-bottom: 25px;
}
.buy_box .buy_people li {
    line-height: 30px;
    height: 45px;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    text-align:right;
}
.buy_box .buy_people li input {
    width: 250px;
    height: 30px;
    float: right;
    color: #444;
    border:1px solid #ccc;
    margin-left: 7px;
    text-indent: 10px;
    outline: none;
}
.buy_star {
    color:#FF6700;
}
.buy-col {
    display: inline-block;
    margin-left: 4px;
}
.buy-col1 {
    display: inline-block;
    /*margin-left: 30px;*/
}
.buy_check {
    margin-bottom: 60px
}
.buy_check li {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}
.buy_check li input {
    margin-right: 8px;
    color: #444;
}
.buy_btn {
    display: block;
    clear: both;
    width: 130px;
    height: 35px;
    line-height: 35px;
    top: -12px;
    margin: 0 auto;
    background-color: #2E9285;
    font-size:14px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 14;
    cursor: pointer;
}
.buy_btn:hover{
    background-color: #39ae9f;
}
.buy-feedback {
    display: none;
    width: 100%;
    height: 350px;
}
.loading {
    display: none;
    position: absolute;
    top: 20%;
    left: 47%;
    z-index: 99999;
}
.buy-feedback_success_box {
    width: 640px;
    height: 350px;
    background-color: #fff;
    border-radius: 7px;
    margin: 90px auto;
    border: 1px solid #bfbfbf;
}
.feedback_show {
    display: block !important;
}
.buy-feedback_success_box>h3 {
    margin-left: 20%;
    margin-top: 25%;
    font-size: 15px;
    font-weight: bolder;
}
.buy_tips {
    color: #FF6700;
    float: right;
    width: 140px;
    height: 30px;
    font-weight:400;
    padding-left: 15px;
}
.loadEffect {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
}
.loadEffect span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #9c9c9c;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.3);
        opacity: 0.5;
    }
}
.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-animation-delay: 0.13s;
}
.loadEffect span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s;
}
.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -10px;
    -webkit-animation-delay: 0.39s;
}
.loadEffect span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s;
}
.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-animation-delay: 0.65s;
}
.loadEffect span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s;
}
.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-animation-delay: 0.91s;
}
.loadEffect span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
}
.footer-bottom {
    clear: both;
    margin-top: 55px;
}
input {
    outline: none;
}
.fail {
    margin-left: 30%;
    margin-top: 25%;
    font-weight: bold;
    font-size: 16px;
}