*{
    padding: 0;
    margin: 0;
    outline:none;
    font-family: "Microsoft Yahei";
}
body{
    font-size: 14px;
    min-width: 1280px;
    width: 100%;
    position: relative;
}
a{
    color: inherit;
    text-decoration: none;
}
p{
    max-height: 999999px;
}
[v-cloak]{
    display: none;
}
.warp{
    width: 1180px;
    margin: 0 auto;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.clearfix {
    zoom:1;
}
.red{
    color: red;
}
.bg-hui{
    background-color: #f1f1f1;
}
.bg-white{
    background-color: #ffffff;
}
.header{
    background-color: rgba(0,0,0, 1);
    height: 80px;
    line-height: 80px;
    width: 100%;
    color: #ffffff;
}
.index-header{
    background-color: rgba(0,0,0, 0.8);
    position: absolute;
    top: 0px;
}
.header .header-left{
    float: left;
    width: 300px;
}
.header .header-right{
    margin-left: 300px;
    text-align: right;
}
.header .logo{
    height: 50px;
    vertical-align: middle;
    margin-left: 35px;
}
.header .menuBox a{
    color: #ffffff;
    font-size: 16px;
    opacity: 0.5;
    width: 135px;
    text-align: center;
    display: inline-block;
}
.header .menuBox a.on{
    font-size: 18px;
}
.header .menuBox a.on, .header .menuBox a:hover{
    opacity: 1;
}

.topBox{
    padding-top: 80px;
    background: url("../images/bg.png") no-repeat center center;
    /*background-size: 100%;*/
    height: 650px;
    overflow: hidden;
}
.topBox-left{
    float: left;
    width: 50%;
}
.topBox-right{
    float: left;
    width: 50%;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.topBox-left .desc{
    margin-top: 130px;
    margin-left: 35px;
    width: 359px;
    height: 123px;
    background: url("../images/meiguo_text.png") no-repeat;
}
.topBox-left .downBox{
    margin-top: 80px;
    margin-left: 35px;
}
.topBox-left .downBox .scan{
    width: 214px;
    height: 215px;
    background: url("../images/QR_Code.png") no-repeat;
    float: left;
}
.topBox-left .downBox .downBtnBox{
    float: left;
    width: 210px;
    margin-left: 35px;
}
.topBox-left .downBox .downBtnBox a{
    display: inline-block;
    margin: 15px 0px;
}
.topBox-left .downBox .downBtnBox .android {
    width: 200px;
    height: 70px;
    background: url("../images/Android.png") no-repeat;
}
.topBox-left .downBox .downBtnBox .android:hover {
    background: url("../images/Android_move.png") no-repeat;
}
.topBox-left .downBox .downBtnBox .ios {
    width: 200px;
    height: 70px;
    background: url("../images/Iphone.png") no-repeat;
}
.topBox-left .downBox .downBtnBox .ios:hover {
    background: url("../images/Iphone_move.png") no-repeat;
}
.topBox-right .phone{
    width: 368px;
    height: 600px;
    position: absolute;
    bottom: 0px;
    left: 100px;
    background: url("../images/meiguo_banner.png") no-repeat;
}
.row{
    height: 350px;
    padding-top: 100px;
}
.row h1{
    padding: 30px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
}
.row .desc{
    line-height: 45px;
    font-size: 20px;
    font-weight: 200;
}
.row1{
    background: url("../images/1.png") no-repeat left center;
    padding-left: 780px;
}
.row2{
    background: url("../images/2.png") no-repeat right center;
    padding-right: 540px;
}
.row3{
    background: url("../images/3.png") no-repeat left center;
    padding-left: 950px;
}
.row3 h1{
    text-align: left;
    padding-left: 20px;
}

.footer{
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 35px;
    background: #5a5a5a;
    color: #ffffff;
    font-weight: normal;
}
.footer p{
    text-align: center;
    font-size: 14px;
}

.contactBox{
    font-size: 16px;
    padding: 65px 50px;
    line-height: 35px;
}
.contactBox .map{
    margin-top: 30px;
    width: 100%;
}
.payBox{
    width: 660px;
    padding: 100px 0;
    margin: 0 auto;
}
.form-inline{
    line-height: 50px;
    font-size: 16px;
    margin: 20px 0;
}
.form-inline .form-label{
    width: 100px;
    float: left;
    text-align: right;
}
.form-inline .form-data{
    /*margin-left: 100px;*/
    display: inline-block;
    width: 560px;
}
.form-inline .form-tips{
    float:right;
    text-align: right;
    width: 298px;
    height: 70px;
    overflow: hidden;
}
.form-inline .form-data input[type="text"]{
    width: 240px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #efefef;
    border-radius: 5px;
}
.form-inline .subBtn{
    background-color: #fee057;
    width: 300px;
    height: 45px;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}
.form-inline .user-info{
    position: relative;
    line-height: 50px;
}
.form-inline .user-info .avatar{
    width: 50px;
    height:50px;
    border-radius: 50%;
}
.form-inline .user-info .nickname{
    display: inline-block;
    margin-left: 5px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: #444;
}
.selectBox>span{
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-right: 5px;
    line-height: normal;
    cursor: pointer;
}
.selectBox>span>img{
    border-radius: 5px;
    line-height: normal;
    border: 2px solid transparent;
}
.selectBox>span.selected{
    background-color: #feddab;
    border: 1px solid #fd9328;
}
.moneyBox span{
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
}
.pay_type>span.selected{
    background-color: transparent;
    border: none;
}
.pay_type>span.selected>img{
    border-color: #fd9328;
}
#errMsg{
    color: #FF0000;
}

.alertBox{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.alertBox .content{
    position: relative;
    top:50%;
    width: 450px;
    margin: -180px auto;
    background: #ffffff;
    border-radius: 5px;
}
.alertBox .content .title{
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
}
.alertBox .content .body{
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.alertBox .content .tips{
    text-align: center;
    line-height: 35px;
    color: #FF0000;
}
.alertBox .content .bottom{
    border-top: 1px solid #dddddd;
    padding: 20px 0;
    margin-top: 20px;
    text-align: center;
}
.alertBox .content .bottom>.closeBtn{
    padding: 8px 30px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
.alertBox .content .bottom>.closeBtn:hover{
    background-color: #cccccc;
    color: #ffffff;
    cursor: pointer;
}