body{
    background-color: #f5f5f5;
}

.Breadcrumb {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.Breadcrumb>span{
    margin-right: 10px;
}
.Breadcrumb>span,
.Breadcrumb a {
    font-size: 14px;
    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;
}

.ContainerBox{
    display: flex;
}
.leftPart{
    width: 230px;
    position: sticky;
    top: 50px;
    background-color: #FFFFFF;
    align-self: flex-start;
}
.navigationBox a{
    display: flex;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 20px;
    background: url("../img/service_arrow.png") no-repeat right 14px center;
    background-size: 20px auto;
    cursor: pointer!important;
}
.navigationBox a.active{
    color: #FFFFFF;
    background: url("../img/service_arrow2.png") no-repeat right 14px center, #2872C9;
    background-size: 20px auto;
}
.rightPart{
    flex: 1;
    margin-left: 20px;
    background-color: #FFFFFF;
}
.rightPart>div{
    display: none;
}
.rightPart>div.showContentBox {
    display: block!important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.DisclaimerBox,
.PrivacyPolicyBox,
.TermsServiceBox{
    box-sizing: border-box;
    padding: 10px 20px;
}
.DisclaimerBox section,
.PrivacyPolicyBox section,
.TermsServiceBox section{
    margin-top: 14px;
}
.DisclaimerBox section span,
.PrivacyPolicyBox section span,
.TermsServiceBox section span{
    font-size: 18px;
    color: #2872C9;
    line-height: 30px;
}
.DisclaimerBox section p,
.PrivacyPolicyBox section p,
.TermsServiceBox section p{
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin: 8px 0;
}
.DisclaimerBox .defaultColor,
.PrivacyPolicyBox .defaultColor,
.TermsServiceBox .defaultColor{
    color: #333333;
}
.PrivacyPolicyBox section p,
.TermsServiceBox section p{
    text-indent: 2em;
}
.PublicAccountsBox {
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.PublicAccountsBox .title {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin: 20px 0;
}
.PublicAccountsBox>p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.PublicAccountsBox .Account{
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 4px 20px 0px rgba(183,183,183,0.2);
    border-radius: 4px;
    padding: 16px 30px 16px 16px;
    margin-top: 30px;
}
.PublicAccountsBox .Account img{
    width: 160px;
}
.PublicAccountsBox .Account>div{
    display: inline-flex;
    flex-direction: column;
    font-size: 14px;
    color: #000000;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
}
.PublicAccountsBox .Account>div>span:nth-child(2){
    margin: 16px 0;
}

.PartnerSitesBox{
    box-sizing: border-box;
    padding: 30px;
}

.PartnerSitesBox .item_condition{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.PartnerSitesBox .item_condition .title{
    width: 110px;
    font-size: 14px;
    color: #666666;
}
.PartnerSitesBox .item_condition>div{
    font-size: 14px;
    color: #333333;
}
.condition_info:nth-child(2){
    margin-top: 10px;
}
.condition_input{
    width: 400px;
    height: 45px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.05);
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
}
.siteIcon{
    width: 400px;
    box-shadow: 0px 4px 20px 0px rgba(183,183,183,0.2);
}
.siteIcon tr td{
    vertical-align: middle;
    text-align: center;
}
.siteIcon tr:nth-child(1){
    background-color: #F5F5F5;
    height: 40px;
    font-size: 14px;
    color: #666666;
}

.siteIcon tr:not(:first-child){
    height: 50px;
}
.siteIcon tr:not(:first-child):not(:last-child) td{
    border-bottom: 1px solid #ececec;
}

.ContactDetailsBox{
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.ContactDetailsBox .title{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin: 16px 0;
}
.ContactInfo1>p{
    display: flex;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #F3F2F7;
    font-size: 14px;
}
.ContactInfo1>p span:nth-child(1) {
    width: 90px;
    color: #666666;
}
.ContactInfo1>p span:nth-child(2){
    color: #333333;
}
.ContactInfo2{
    margin-top: 8px;
    width: 100%;
}
.ContactInfo2 tr td{
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
}
.ContactInfo2 tr td:first-child{
    padding-left: 20px;
}
.ContactInfo2 tr{
    height: 44px;
}

.ContactInfo2 tr:nth-child(1) {
    border-bottom: 1px solid #E2E2E2;
}
.ContactInfo2 tr:nth-child(1) td{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

.ContactInfo2 tr:nth-child(odd) {
    background-color: #F9F9F9;
}
.ContactInfo2 tr:last-child{
    border-bottom: 1px solid #F3F2F7;
}


.contact_renew_menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}
.contact_renew_menu a{
    font-size: 16px;
    color: #666666;
    cursor: pointer!important;
}
.contact_renew_menu a.active{
    font-size: 16px;
    color: #2872C9;
}
.contact_renew_menu .ActiveIcon{
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 16px;
    height: 4px;
    background-color: #2872C9;
    transition: all 0.2s;
}

.contact_renew_box{
    display: none;
    margin-top: 20px;
}

.contact_renew_box.showRenew_box{
    display: flex!important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.side_contact{
    width: 170px;
    height: 230px;
    box-shadow: 0px 4px 20px 0px rgba(183,183,183,0.2);
    border-radius: 6px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.side_contact_in{
    height: 100%;
    display: flex;
    flex-direction: column;
}



.contact_renew_box .side_contact:last-child{
    margin-right: 0;
}
.side_contact .photo_circular{
    height: 135px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side_contact img{
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    background-color: #FFFFFF;
}

.side_contact ul li b{
    font-weight: normal;
}
.side_contact ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-sizing: border-box;
    padding-left: 16px;
}
.side_contact ul li{
    font-size: 14px;
}

.side_contact ul li:not(:first-child) span{
    color: #666666;
}
.side_contact ul li:not(:first-child) b{
    color: #333333;
}

.BusinessLicenseBox>img{
    width: 552px;
    display: block;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0px 4px 20px 0px rgba(183,183,183,0.2);
}
.ContentBox{
    min-height: calc(100vh - 228px);
}

.FeedbackBox{
    box-sizing: border-box;
    padding: 0 24px;
}
.form_item{
    display: flex;
    align-items: center;
    margin: 12px 0;
}
.form_item .title{
    width: 100px;
    font-size: 14px;
    color: #666666;
}
.form_item>div{
    display: flex;
    align-items: center;
}

.form_item input:not([type="radio"]){
    width: 538px;
    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;
}
.form_item label:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: -26px;
    top: -4px;
    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 input[type="radio"]:checked + label:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: -24px;
    top: -2px;
    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;
}

.SitemapBox{
    box-sizing: border-box;
    padding: 20px 30px;

}
.SitemapBox>div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.SitemapBox .ItemSiteMap{
    height: 32px;
    background: #F5F5F5;
    border-radius: 2px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px 0 14px;
}
.SitemapBox .ItemSiteMap>a{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}
.SitemapBox .ItemSiteMap>div{
    margin-left: auto;
}
.SitemapBox .ItemSiteMap>div a{
    font-size: 14px;
    color: #666666;
    margin-left: 30px;
}

.SitemapBox .ItemSiteMap>div a:first-child{
    margin-left: 0;
}

.sdk_table{
    width: 100%;
    margin-top: 10px;
}
.sdk_table td{
    border: 1px solid #333;
    vertical-align: middle;
    height: 40px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
}
.sdk_table td a{
    color: #039;
}