﻿@charset "utf-8";
/* PC */

@media (min-width: 769px) {
  .reg-content {
    background: #f8f8f8;
  }
  /* 面包屑 */
  /* base中公共面包屑样式 */
  /* 面包屑end */
  /* 面包屑 */
  .breadcrumb {
    padding: 35px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: none;
    border-radius: none;
    font-size: 14px;
  }
  .breadcrumb>li>a {
    color: #666;
    text-decoration: none;
  }
  .breadcrumb>li+li:before {
    display: none;
  }
  .breadcrumb>li+li+li:before {
    display: inline-block;
    padding: 0 5px;
    color: #666;
    content: ">";
  }
  .breadcrumb>.active {
    color: #d9344c;
    font-size: 14px;
  }
  /* 注册会员 */
  .reg-option {
    width: 100%;
  }
  .reg-option a {
    display: inline-block;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    background: #666;
    color: #FFF;
    font-size: 16px;
  }
  .reg-option .active, .reg-option a:hover {
    background: #d9344c;
    text-decoration: none;
  }
  .reg-con {
    padding: 45px;
    margin-bottom: 80px;
    min-height: 500px;
    background: #FFF;
    border: 1px solid #dfdfdf;
    font-size: 16px;
    color: #333;
  }
  .reg_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .reg_form .line {
    width: 100%;
    height: 1px;
    margin: 50px 0;
    background: #e5e5e5;
  }
  .xg_text {
    width: 520px;
    min-height: 90px;
    overflow: hidden;
  }
  .contact_text, .xg_checkbox, .submit_text, .upload_text {
    width: 100%;
  }
  .xg_text_input {
    width: 350px;
    height: 50px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    outline: 0;
    float: left;
  }
  .xg_text_span {
    float: left;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-right: 10px;
    width: 150px;
    text-align: right;
    display: inline-block;
  }
  .mobileCode, .mobileCodeTwo {
    width: 229px;
    margin-right: 20px;
  }
  .error-message {
    padding-left: 150px;
    font-size: 13px;
    color: #d9344c;
    width: 100%;
    height: 25px;
    float: left;
  }
   .mobilecodeCur {
        background: #e5e5e5 !important;
        color: #ccc;
        cursor: not-allowed;
    }
  .mobilecode-btn, .mobilecodetwo-btn {
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
    float: left;
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
    outline: 0;
    border: none;
    color: #FFF;
    box-sizing: border-box;
    background: #d9344c;
    width:100px;
  }
  .mobilecode-btn:hover, .mobilecodetwo-btn:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
  .xg_area_select1, .xg_area_select2 {
    padding: 10px;
    height: 50px;
    width: 159px;
    margin-right: 30px;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #666;
    /* 下拉箭头样式 */
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; */
  }
  .xg_area_select2 {
    margin-right: 0;
  }
  .upload_text {
    padding-left: 145px;
  }
  .upload_text .upload_wechat {
    border: none;
    background: none;
  }
  .upload_img {
    margin-top: 25px;
    display: flex;
    align-items: center;
  }
  .upload_img img {
    width: 150px;
    height: auto;
  }
  .upload_img a {
    margin: 0 15px;
    text-decoration: none;
    font-size: 14px;
    color: #333333;
  }
  .xg_checkbox {
    position: relative;
    margin-bottom: 25px;
    font-size: #333;
  }
  .xg_checkbox label {
    padding-left: 25px;
    cursor: pointer;
  }
  .xg_checkbox label::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    background: url(/images/usercenter/checkbox.png) no-repeat;
    /* border: 1px solid #ccc; */
    /*改变复选框的边框颜色也可以不要边框*/
    top: 0px;
    left: 0px;
  }
  /* 隐藏CheckBox属性原来的样式*/
  .xg_checkbox input[type=checkbox] {
    /*visibility 属性规定元素是否可见*/
    visibility: hidden;
  }
  /* checked 预先选定复选框或单选按钮。*/
  .xg_checkbox input:checked+label:before {
    /*复选框勾选后的背景颜色*/
    background: url(/images/usercenter/checkbox_cur.png) no-repeat !important;
  }
  .upgrade_introduce {
    margin-bottom: 50px;
    width: 100%;
  }
  .upgrade_con {
    border: 1px solid #e5e5e5;
  }
  .row1 {
    display: flex;
    justify-content: space-between;
  }
  .row1>div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .row1>div:nth-last-child(1) {
    width: 140px;
  }
  .row1 span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 60px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .row1 span:nth-child(1) {
    background: #f8f8f8;
  }
  .row1 span:nth-last-child(1) {
    border-bottom: none;
  }
  .row1 span strong {
    color: #c94d56;
    line-height: 25px;
  }
  .yes {
    font-size: 0;
    color: #FFF;
    background: url(/images/usercenter/yes.png) no-repeat center;
  }
  .no {
    font-size: 0;
    color: #FFF;
    background: url(/images/usercenter/no.png) no-repeat center;
  }
  .submit_text {
    text-align: center;
  }
  .submit_btn, .submit_cancel {
    padding: 20px 30px;
    margin: 0 20px;
    font-size: 14px;
    align-items: center;
    min-width: 115px;
    border: none;
    border-radius: 4px;
    color: #FFF;
    background: #d9344c;
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
  }
  .submit_cancel {
    background: #999999;
  }
  .submit_btn:hover, .submit_cancel:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
}

/* Mobile */

@media (max-width: 768px) {
  .reg-content {
    background: #f8f8f8;
  }
  .reg-content .container {
    padding: 0;
  }
  /* 面包屑 */
   .breadcrumb {
    padding: 25px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: none;
    border-radius: none;
    font-size: 14px;
  }
  .breadcrumb>li>a {
    color: #666;
    text-decoration: none;
  }
  .breadcrumb>li+li:before {
    display: none;
  }
  .breadcrumb>li+li+li:before {
    padding: 0 5px;
    color: #666;
    content: ">";
  }
  .breadcrumb>.active {
    color: #d9344c;
    font-size: 14px;
  }
  /* 注册会员 */
  .reg-option {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .reg-option a {
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #333333;
    color: #FFF;
    font-size: 16px;
  }
  .reg-option .active, .reg-option a:hover {
    background: #d9344c;
    text-decoration: none;
  }
  .reg-con {
    width: 96%;
    padding: 0px 2% 35px 2%;
    margin: 25px auto;
    margin-bottom: 80px;
    min-height: 500px;
    background: #FFF;
    border: 1px solid #dfdfdf;
    font-size: 13px;
    color: #777;
    border-radius: 7px;
  }
  .reg_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .reg_form .line {
    width: 100%;
    height: 1px;
    margin: 50px 0;
    background: #e5e5e5;
    display: none;
  }
  .xg_text {
    position: relative;
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
  }
  .contact_text, .xg_checkbox, .submit_text, .upload_text {
    width: 100%;
  }
  .xg_text_input {
    height: 50px;
    padding: 10px;
    border: none;
    outline: 0;
  }
  .xg_text_span {
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    display: inline-block;
  }
  .mobileCode, .mobileCodeTwo {
    width: 40%;
  }
  .xg_text input {
    flex-grow: 1;
  }
  .error-message {
    position: absolute;
    bottom: -4px;
    font-size: 12px;
    color: #d9344c;
    width: 100%;
    height: 25px;
    float: left;
    display: none;
  }
  .mobilecode-btn, .mobilecodetwo-btn {
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
    /* float: left; */
    /* padding: 0 15px; */
    height: 50px;
    font-size: 13px;
    outline: 0;
    border: none;
    color: #FFF;
    box-sizing: border-box;
    width:100px;
    background: #d9344c;
  }
  .mobilecode-btn:hover, .mobilecodetwo-btn:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
  .mobilecodeCur {
    background: #e5e5e5 !important;
    color: #ccc;
    cursor: not-allowed;
  }
  .xg_area_select1, .xg_area_select2 {
    padding: 10px;
    height: 50px;
    margin-right: 30px;
    border: none;
    outline: none;
    color: #666;
  }
  .xg_area_select2 {
    margin-right: 0;
  }
  .upload_text {
    margin-top: 15px;
  }
  .upload_text .upload_wechat {
    border: none;
    background: none;
  }
  .upload_img {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }
  .upload_img img {
    width: 150px;
    height: auto;
  }
  .upload_img a {
    margin: 0 15px;
    text-decoration: none;
    font-size: 14px;
    color: #333333;
  }
  .xg_checkbox {
    position: relative;
    margin: 25px 0;
    color: #333;
  }
  .xg_checkbox label {
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
  }
  .xg_checkbox label::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    background: url(/images/usercenter/checkbox.png) no-repeat;
    /* border: 1px solid #ccc; */
    /*改变复选框的边框颜色也可以不要边框*/
    top: 0px;
    left: 0px;
  }
  /* 隐藏CheckBox属性原来的样式*/
  .xg_checkbox input[type=checkbox] {
    /*visibility 属性规定元素是否可见*/
    visibility: hidden;
    display: none;
  }
  /* checked 预先选定复选框或单选按钮。*/
  .xg_checkbox input:checked+label:before {
    /*复选框勾选后的背景颜色*/
    background: url(/images/usercenter/checkbox_cur.png) no-repeat !important;
  }
  .upgrade_introduce {
    width: 100%;
  }
  .upgrade_con {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
  }
  .row1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
  }
  .row1>div {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
  }
  .row1 span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-grow: 1;
    padding: 15px 5px;
    font-size: 14px;
    box-sizing: border-box;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .row1 span:nth-child(1) {
    width: 30%;
    padding-left: 15px;
    line-height: 25px;
  }
  .row1 span:nth-child(2) {
    width: 30%;
  }
  .row1 span:nth-child(3) {
    width: 40%;
  }
  .row1 span:nth-last-child(1) {
    border-right: none;
  }
  .row1 span strong {
    color: #c94d56;
    line-height: 25px;
  }
  .yes {
    font-size: 0;
    color: #FFF;
    background: url(/images/usercenter/yes.png) no-repeat center;
  }
  .no {
    font-size: 0;
    color: #FFF;
    background: url(/images/usercenter/no.png) no-repeat center;
  }
  .submit_text {
    text-align: center;
  }
  .submit_btn, .submit_cancel {
    width: 100%;
    height: 45px;
    font-size: 14px;
    align-items: center;
    border: none;
    border-radius: 4px;
    color: #FFF;
    background: #d9344c;
    filter: alpha(opacity=96);
    /* IE */
    -moz-opacity: 0.96;
    /* 老版Mozilla */
    -khtml-opacity: 0.96;
    /* 老版Safari */
    opacity: 0.96;
    /* 支持opacity的浏览器*/
  }
  .submit_cancel {
    margin-top: 15px;
    background: #999999;
  }
  .submit_btn:hover, .submit_cancel:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
  }
  /* 提交注册 */
}