
.main-box{
    opacity: 0;
}
.content-left{
    display: inline-block;
    text-align: center;
}
.content-left h3{
    color:  #fff;
    font-size: 46px;
    font-weight: normal;
    margin-bottom: 42px;
}
.content-right > .icon-box li{
    display: inline-block;
}
.content-right > .icon-box li:first-child{
    margin-right: 84px;
}
.content-right > .icon-box{
    text-align: center;
    margin-top:15px;
}
.content-right > p{
    margin-top:12px;
}
.content-right > p input{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 4px;
}
.content-right > p s{
    color: #999;
}
.content-right > p a{
    float: right;
}
.content-right > p {
    font-size: 14px;
}
.content-right > button{
    border-radius:5px;
    height:44px;
    color: #fff;
    font-size: 18px;
    border: 0;
    display: block;
    width: 100%;
}
.content-right > button:focus{
    border: 0;
}
.content-right .input-box {
    margin-top: 30px;
}

.content-right .input-box li {
    margin-bottom: 20px;
    height: 40px;
    position: relative;
}

.content-right .input-box li span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 44px;
    border-right: 1px solid #ccc;
    z-index: 0;
    text-align: center;
}

.content-right .input-box li span img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.content-right .input-box li input {
    text-indent: 60px;
    background: none;
    display: block;
    border: 1px solid #cccccc;
    width: 100%;
    height: 100%;
}

.content-right h3 {
    font-size: 24px;
    font-weight: normal;
}

.content-right {
    width: 360px;
    padding: 20px 24px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
}

.content {
    position: relative;
}

.content .view-box {
    overflow: hidden;
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header ul {
    display: -webkit-box;
    line-height: 60px;
}

.header ul li {
    width: 200px;
}

.header ul > p {
    -webkit-box-flex: 1;
    text-align: center;
    color: #474747;
}

.view-box {
    width: 90vh;
    min-width: 1100px;
    margin: auto;
}

.header {
    height: 60px;
}

.footer {
    text-align: center;
    padding: 12px 0;
    line-height: 1.8;
}

.footer p, .footer a {
    font-size: 12px;
    color: #999999;
}

.footer h4 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    text-decoration: none;
    user-select: none;
}
