.Breadcrumb {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.Breadcrumb a {
    font-size: 12px;
    color: #666666;
    position: relative;
}

.Breadcrumb a:not(:nth-last-child(1)) {
    padding-right: 20px;
}

.Breadcrumb a:not(:last-child):not(:nth-last-child(2)):after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 3px;
    top: 0px;
    background: url(../img/arrow-right.png) no-repeat center;
    background-size: cover;
}

.Breadcrumb a:nth-last-child(2):after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 3px;
    top: 0px;
    background: url(../img/arrow_right_deep.png) no-repeat center;
    background-size: cover;
}

.Breadcrumb a:last-child {
    color: #2872C9;
}

.OrderContent {
    background-color: #FFFFFF;
    margin-top: 20px;
    border-radius: 4px;
}

.ModuleTitle>a:last-child {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.form_item[required] .title::after {
    content: "*";
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    margin-left: 2px;
    vertical-align: top;

}

.form_item.error {
    position: relative;
}

.form_item.error input {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05) !important;
    border-color: red !important;
}

.form_item.error::before {
    content: attr(data-error);
    display: inline-block;
    position: absolute;
    left: 100px;
    top: 100%;
    font-size: 12px;
    color: red;
    margin-top: 5px;
    display: inline-block;
    height: 14px;
    padding-left: 16px;
    background: url("../img/error.png") no-repeat left center;
    background-size: 12px 12px
}

.form_item {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.form_item:nth-child(8) {
    margin-top: 10px !important;
}

.form_item .title {
    width: 100px;
    font-size: 14px;
    color: #666666;
}

.form_item>div {
    display: flex;
    align-items: center;
    flex: 1;
}

.form_item input:not([type="radio"]):not([type="checkbox"]) {
    width: 450px;
    height: 40px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    padding: 0 10px;
}

.form_item textarea::-webkit-input-placeholder,
.form_item input::-webkit-input-placeholder {
    font-size: 14px;
    color: #AAAAAA;
}

.form_item textarea {
    border: 1px solid #E2E2E2;
    width: 538px;
    height: 173px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    resize: none;
    box-sizing: border-box;
    padding: 10px;
}

.form_item label {
    font-size: 14px;
    color: #333333;
    position: relative;
    margin-right: 18px;
    cursor: pointer;
}

.form_item label:not([class="agree"]):before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -26px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url("../img/radio_icon.png") no-repeat;
    background-size: 22px 22px;
}

.form_item input[type="radio"] {
    opacity: 0 !important;
}

.form_item:nth-last-of-type(2)>div label,
.form_item:nth-last-of-type(2)>div input{
    cursor: pointer;
}

.form_item input[type="radio"]:checked+label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -24px;
    top: 0px;
    width: 18px;
    height: 18px;
    background: url("../img/check_radio_icon.png") no-repeat;
    background-size: cover;
}

.form_item .codeImg {
    width: 140px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
}

.form_item .changeImgCode {
    font-size: 14px;
    color: #217BE5;
    margin-left: 14px;
    cursor: pointer;
}

.form_item input[type="submit"] {
    width: 112px;
    height: 45px;
    background: #2872C9;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
}

.country_num {
    width: 63px !important;
    height: 40px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 13px;
    color: #333333;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
}

.country_num::-webkit-inner-spin-button {
    display: none;
}

/* .country_num:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 38px;
    background: url("../img/arrow_down2.png") no-repeat center, #F3F3F3;
    background-size: 14px 14px;
    border-left: 1px solid #E2E2E2;
    position: absolute;
    right: 0;
    top: 0;
} */

.formBtn {
    flex: 1;
    height: 42px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.formBtn:hover {
    opacity: 0.7;
}

.formBtn:nth-child(1) {
    background: #F3F3F3;
    color: #666666;
    margin-right: 10px;
}

.formBtn:nth-child(2) {
    background: #2872C9;
    color: #FFFFFF;
    border: none;

}

.formBtn:nth-child(2):disabled {
    background: #ccc;
    cursor: not-allowed;
}

i {
    font-style: normal;
}

.pay_info {
    display: flex;
    flex-direction: column;
}

.pay_info>p:nth-child(1) {
    display: flex;
    align-items: flex-end;
}

.pay_info>p:nth-child(1) i {
    font-weight: bold;
    color: #2872C9;
}

.pay_info>p:nth-child(1) span {
    font-size: 30px;
    font-weight: bold;
    color: #2872C9;
}

.pay_info>p:nth-child(1) i:nth-of-type(2) {
    color: #333;
    font-weight: normal;
}

.pay_info>p:nth-child(2) {
    font-size: 14px;
    color: #666666;
    margin: 18px 0 20px;
}

.pay_info>p:nth-child(2) span:nth-child(1) {
    margin-right: 20px;
}

.pay_info>span {
    align-self: flex-start;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
}