html,
body {
    height: 100%;
}
.main {
    min-width: 1300px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url("../images/form_back.jpg");
    background-size: cover;
    /* text-align: center; */
    margin: 0 auto;
}
.item_require{
    display: flex !important;
    align-items: center !important;
}
.item_require::before{
    content: "*" !important;
    color: #f56c6c;
    font-size: 16px;
}
.item_content{
    width: 100%;

}
#header{
    width: 0px;
    height: 0px;
}
#content_wrap{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -720px;
}
.item_content img{
    margin-left: 100px;
}
.form_container {
    width: 450px;
    height: 580px;
    background-color: #fff;
    float: left;
    z-index: 5;
    padding: 0 10px;
    margin-left: 186px;
    margin-top: 83px;
}
.form_container .el-form-item {
    margin-bottom: 10px;
}
.form_container .el-form-item.checkedItem {
    margin-top: -10px;
}
.form_container .el-checkbox__input {
    padding-left: 20px;
}
.form_container .el-input__icon {
    /* line-height: 56px; */
}
.form_container .el-form-item__error {
    top: 38px;
    /* left: 38px; */
}
.form_container .buttonItem {
    margin-top: 30px;
    margin-left: 0px;
}
.form_container .buttonItem button {
    width: 432px !important;
    margin: 0;
    border: 0;
}
.form_container input {
    width: 430px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    /* margin-left: 15px; */
    margin-bottom: 5px;
}
.code{
    width: 220px !important;
}
.code input{
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.textcode{
    height: 40px;
    width: 130px;
    text-align: center;
    line-height: 40px;
    border: 1px solid skyblue;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
    margin-left: 20px;
    background: #409eff;
    color: #fff;
}
.form_container h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    color: #121924;
    font-weight: 400;
    height: 40px;
    line-height: 53px;
}
.form_container p {
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}
.form_container p a {
    color: #38c4ff;
    text-decoration: underline;
}
.form_container p i {
    width: 14px;
    height: 14px;
    line-height: 16px;
    display: inline-block;
    background: url("../images/radio.png");
    vertical-align: middle;
    position: relative;
}
.form_container .el-form-item__content {
    line-height: normal ;
    /* margin-left: 0 !important; */
}
.form_container .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #fff;
}
.form_container .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #121924;
}
.form_container .is-checked .el-checkbox__inner::after {
    width: 17px;
    height: 17px;
    background: url("../images/right.png");
    position: absolute;
    top: -4px;
    left: 0px;
    transform: rotate(0deg) scaleY(1) !important;
}
.form_container button {
    width: 363px;
    height: 40px;
    background-color: #38c4ff;
    color: #fff;
    margin: 0px auto 0;
    display: block;
}
.copy_right {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
}
.copy_right a {
    text-decoration: underline;
    color: #fff;
}
#phoneMsgBox .el-input{
    width: auto;
}
#phoneMsg {
    width: 220px;
    float: left;
}
#phoneZHMsg {
    width: 250px;
    float: left;
}
#phoneMsgBtn {
    float: right;
    width: 170px;
    margin-right: 10px;
    /*background: #31ce41;*/
    /*border-color: #31ce41;*/
    /*color: #FFF;*/
}

#phoneMsgNewBtn {
    /*margin-left: 10px;*/
    margin-right: 10px;
    float: right;
    width: 170px;
    /*background: #31ce41;*/
    /*border-color: #31ce41;*/
    /*color: #FFF;*/
}

#lastNameI,#firstNameI{
    width: auto;
    display: inline-block;
}

#lastName{
    width: 208px;
    float: left;
}
#firstName{
    width: 208px;
    float: right;
}
#CountryI{
    width: auto;
    width: 195px;
    float: left;
}

#Country{
    width: 195px;
    /* float: left; */
    border-radius:  3px  0 0 3px;
    display: inline-block;
}
/* #CountryO{
  width: 150px;
} */
#phoneI{
    width: auto;
    display: inline-block;
}
#phone{
    width: 235px;
    float: left;
    border-radius: 0 3px 3px 0;
    margin-left: 0;
}
#descI{
    width: 440px;
    /* margin: 0 0 5px 15px; */
}
#desc{
    max-height: 100px;
    height: 100px;
}
#phoneMsgBtn{
    border: 0;
}
/*#phoneMsgBtn:hover{*/
/*background-color: rgba(49, 206, 65, 0.8);*/
/*border-color: rgba(49, 206, 65, 0.8);*/
/*}*/
#phoneMsgBtn .el-button--success .is-disabled {
    width: 425px !important;
}
.content_written{
    float: left;
    height: 100%;
    width: 50%;

}
.written{
    float: left;
    color: #fff;
    width: 531px;
    font-weight:100;
    line-height: 30px;
    font-size: 17px;
    margin-top: 200px;
    margin-left: 100px;
}
.phone{
    color: #0091FF;
}
.phone:hover{
    color: #0091FF;
    text-decoration: underline;
}

.el-select-dropdown{
    top: 360px !important;
}
textarea {
    /* //font-family: Arial, Helvetica, sans-serif; */
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

#content_wrap_success{
    height: 100%;
    width: 100%;
    position: relative;
}

#content_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#content_center_top{
    position: relative;
    left: 35%;
}

#content_center_bottom{
    margin-top: 60px;
    color:#fff;
}