body {
    line-height: normal;
}

a,
a:hover,
a:focus {
    color: inherit;
}

.banner {
    width: 100%;
    height: 380px;
    position: relative;
}

.banner-center-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #071928;
    text-align: left;
}

.banner-center-con-title {
    font-size: 38px;
    font-weight: 500;
}

.banner-center-con-text {    
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.content-box {
    width: 100%;
    padding: 60px 0;
}

.content-box:after {
    content: '';
    display: block;
    clear: both;
}

.box-left {
    width: 830px;
    float: left;
    text-align: left;
}

.box-left-item1,
.box-left-item2 {
    width: 100%;
    padding: 20px 28px 30px;
    border: 2px solid #F7F7F7;
    margin-bottom: 20px;
}

.left-item1-header,
.left-item2-header {
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-item1-header p,
.left-item2-header p {
    font-size: 24px;
    font-weight: bold;
    color: #061828;
    line-height: 28px;
}

.left-item1-header img,
.left-item2-header img {
    width: 20px;
    height: 20px;
    background: #0086F1;
    border-radius: 50%;
}

.left-item1-header img.icon-rotate,
.left-item2-header img.icon-rotate {
    transition: ease .4s;
    transform: rotate(180deg);
}

.left-item1-text,
.left-item2-text {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: #061828;
    line-height: 21px;
}

.left-item2-notice {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2386EE;
    line-height: 21px;
}

.left-item1-info,
.left-item2-info {
    padding-top: 20px;
    border-top: 1px solid #F2F2F2;
    height: 0;
    overflow: hidden;
}

.left-item1-info.info-show,
.left-item2-info.info-show  {
    transition: ease .4s;
    height: auto;
}

.left-item1-info-title {
    font-size: 18px;
    font-weight: bold;
    color: #061828;
}

.left-item1-info-input-box {
    display: flex;
    margin: 20px 0;
}

.left-item2-info-input-box {
    display: flex;
    margin-top: 10px;
}

.left-item1-info-input-box-text,
.left-item2-info-input-box-text {
    display: inline-block;
    width: 14%;
    font-size: 16px;
    font-weight: 400;
    color: #061828;
    line-height: 40px;
}

.left-item1-info-input-box-input {
    display: inline-block;
    width: 86%;
}

.left-item1-info-input-box-input input {
    width: 100%;
    padding: 0 1%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #DEDEE3;
    outline: none;
    margin-bottom: 20px;
}

input::placeholder {
    color: #cccccc;
}

.left-item1-info-input-box-input p,
.left-item1-info-input-box-input span {
    font-size: 14px;
    font-weight: 400;
    color: #061828;
    line-height: 28px;
}

.left-item1-info-input-box-input span {
    color: #2386EE;
}

.left-item1-info-input-box-inputs,
.left-item2-info-input-box-inputs {
    display: inline-block;
    width: 66%;
    padding: 0 .8%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #DEDEE3;
    outline: none;
    margin-right: 20px;
}

.left-item1-info-input-box-img,
.left-item2-info-input-box-btns {
    width: 148px;
    height: 40px;
    position: relative;
}

.left-item2-info-input-box-btns {
    cursor: pointer;
    background: #2386EE;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
}

.left-item1-info-input-box-img img {
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.left-item1-info-btn {
    cursor: pointer;
    width: 100px;
    height: 40px;
    background: #2386EE;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 30px;
}

.box-right {
    float: right;
}

.box-right-item {
    width: 295px;
    background: #F7F7F7;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.box-right-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.box-right-title p {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #061828;
    position: relative;
}

.box-right-title p:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -16px;
    left: 0;
    background: #0086F1;
}

.box-right-title span {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #0086F1;
}

.box-right-text {
    padding-top: 20px;
}

.box-right-text p {
    font-size: 14px;
    font-weight: 400;
    color: #061828;
    line-height: 28px;
    text-align: left;
}

.box-right-text p:hover a {
    color: #0086F1;
}

.box-right-text-btn {
    cursor: pointer;
    width: 122px;
    height: 40px;
    background: #2386EE;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 20px;
}

.input_error_style {
    color: red!important;
    font-size: 14px!important;
    text-align: left!important;
}

.Pop-ups {
    display: none;
    position: fixed;
    z-index: 99990;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
}
.Pop-ups-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 380px;
    height: 100%;
    margin: 0 auto;
}
.Pop-ups-content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
}
.Pop-ups-content-img {
    width: 100%;
}
.Pop-ups-content-body {
    padding: 35px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Pop-ups-content-body-title {
    font-size: 24px;
    font-weight: bold;
    color: #040404;
    margin-bottom: 15px;
}
.Pop-ups-content-body-text {
    font-size: 15px;
    font-weight: 400;
    color: #040404;
}
.Pop-ups-content-body-text span {
    display: block;
    font-size: 12px;
    color: #00CAE2;
    margin-top: 15px;
}
.Pop-ups-content-body-btn {
    cursor: pointer;
    width: 96px;
    height: 32px;
    background: #00CAE2;
    border-radius: 10px;
    margin-top: 18px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #FDFCFC;
}
