@charset "utf-8";

/*=========================Reset_start==========================*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: "微软雅黑", Arail, Tabhoma;
    font-size: 12px;
    /* min-width: 1200px; */
    /* text-align: left; */
}

* {
    font-family: "微软雅黑";
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
}

input,
select,
textarea {
    outline: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
strong,
var,
em {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}

a {
    text-decoration: none;
    color: #999999;
}


/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
}


/* 正在点击的链接，鼠标在元素上按下还没有松开*/

a:active {
    text-decoration: none;
}


/* 获得焦点的时候 鼠标松开时显示的颜色*/

a:focus {
    text-decoration: none;
}


/*a:link,a:visited,a:hover,a:active{text-decoration:none;} */


/*==========================Reset_End===========================*/


/* 滚动条样式 */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: transparent;
}

::-webkit-scrollbar,
::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(144, 146, 152, 0.3);
}

.inside-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.z-depth-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-right {
    box-shadow: 3px 0 1px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

#app {
    width: 100%;
    height: 100%;
    position: relative;
}


/* ele 重置样式 */

.el-menu {
    background-color: rgba(0, 0, 0, 0) !important;
}

.el-menu.el-menu--horizontal {
    border: none !important;
}

.el-button {
    background: none !important;
    color: #cccccc;
}


/* 导航 */

.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover {
    background-color: none;
    font-size: 16px;
}

.nav-top-box {
    width: 100%;
    min-width: 1200px;
    /* transform: translateX(-50%); */
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 18.6%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
}

.nav-logo {
  /*  width: 94px;
    height: 41px; */
    margin-top: 15px;
}

.nav-logo img {
    width/* : 94px;
    height: 41px; */
}

.nav-box {
    width: 500px;
    height: 60px;
    padding: 15px 0;
    box-sizing: border-box;
}

.nav-ul {
    width: 400px;
    height: 30px;
    position: relative;
}

.nav-li {
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: white;
    float: left;
    text-align: center;
    transition: font-size 0.2s;
    cursor: pointer;
    line-height: 30px;
    position: relative;
}

.nav-li:hover {
    font-size: 18px;
}

.out-line {
    width: 20px;
    height: 2px;
    background-color: #ffc10e;
    position: absolute;
    left: 40px;
    bottom: 0px;
    border-radius: 4px;
    display: none;
}

.active-li {
    font-size: 18px;
}

.login-btn:focus,
.login-btn:hover {
    background: none;
    color: white;
}


/* 底部栏 */

.com-footer-box-wrap {
    width: 100%;
    height: 300px;
    background: #000000;
}

.com-footer-box {
    width: 1200px;
    height: 300px;
    padding: 40px 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.com-footer-box-left {
    /* width: 320px; */
    margin-top: 20px;
    /* float: left; */
    /* width: 320px; */
}

.com-footer-box-left-top {
    position: relative;
    margin-bottom: 60px;
    /* width: 320px; */
}

.com-footer-box-left-top .qrcode_tip_wx {
    position: absolute;
    top: -162px;
    left: -45px;
    background: url(/img/aboutUs/qrcode_box.png);
    width: 135px;
    height: 146px;
    overflow: hidden;
}

.com-footer-box-left-top .qrcode_tip_wx img {
    width: 100%;
    height: 92%;
    margin: 0;
    border-radius: 10px;
}

.com-footer-box-left-bottom {
    /* width: 320px; */
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    /* justify-content: space-between; */
}

.f-logo img {
    /* width: 77px; */
    height: 65px;
    display: block;
}

.cfbl-line {
    width: 1px;
    height: 65px;
    background: #3f3b3c;
    margin: 0 30px;
}

.f-tx img {
    width: 195px;
    height: 38px;
    display: block;
}

.f-tx span {
    color: #caa94b;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.f-wbwx img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.com-footer-box-right {
    float: right;
    width: 680px;
    padding-left: 20px;
    box-sizing: border-box;
}

.cfbr-top {
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
}

.cfbr-top-item {
    width: 70px;
    float: left;
    height: 70px;
    margin-right: 50px;
}

.bt {
    width: auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    display: block;
    cursor: pointer;
}

.st {
    width: auto;
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
    display: block;
    cursor: pointer;
}

.bt:hover,
.st:hover {
    color: white;
    text-decoration: underline;
}

.com-foot-menu-box {
    width: 100%;
    display: -webkit-flex;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}

.com-foot-menu-box .m-name {
    width: auto;
    height: auto;
    cursor: pointer;
    float: left;
}

.com-foot-menu-box .m-name:hover {
    color: white;
    text-decoration: underline;
}

.com-foot-menu-box .m-line {
    width: 1px;
    background-color: #999999;
    float: left;
    margin: 0 20px;
}

.com-footer-box-right .text-line-p {
    width: 100%;
    color: #808080;
    height: auto;
    line-height: 24px;
}

.text-line-p a:hover {
    color: white;
    text-decoration: underline;
}

.s-line {
    margin: 0 2px;
    color: #808080;
}

.text-line-p a {
    margin: 0 5px;
    cursor: pointer;
    color: #808080;
}

.ga-img {
    width: 14px;
    height: 15px;
}


/* 视频占满空间 */

video {
    object-fit: cover !important;
}


/* ========================== 公共组件 =================================*/


/* 提示框样式 */

.dialog-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    z-index: 999;
}

.dialog-container .dialog-content {
    position: relative;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 3% 3% 5% 3%;
}

.dialog-container .dialog-content .dialog-close {
    display: flex;
    justify-content: flex-end;
}

.dialog-content .dialog-close img {
    margin-top: -4%;
    margin-right: -5%;
    cursor: pointer;
}

.dialog-container .dialog-title {
    text-align: center;
}

.dialog-container .dialog-tips {
    font-size: 18px;
    margin: 6% 0 7% 0;
}

.dialog-container .dialog-qrcode {
    display: flex;
    justify-content: space-between;
}

.dialog-container .dialog-qrcode .qrcode-item {
    width: 30%;
    height: 70%;
    /* height: 200px; */
}

.dialog-container .dialog-qrcode .qrcode-item img {
    width: 100%;
    height: 100%;
}

.dialog-container .dialog-qrcode .qrcode-item p {
    font-size: 14px;
}


/* 提示框样式  end */


/* 文本输入框 */

.basic-input {
    position: relative;
    width: 100%;
    height: 55.2px;
    display: flex;
}

.basic-input label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    /* display: inline-block; */
}

.basic-input input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 16px;
    /* padding: 0 22px; */
    padding-left: 130px;
    border: 1px solid #333;
}


/* 文本输入框 end */


/* 文本选择框 */

.basic-select {
    position: relative;
    width: 100%;
    height: 55.2px;
    display: flex;
}

.basic-select label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    /* display: inline-block; */
}

.basic-select select {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 16px;
    /* padding: 0 22px; */
    padding-left: 120px;
    border: 1px solid #333;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/actorBasic/arrows-bottom.png") no-repeat scroll transparent;
    background-position: 98% 22px;
    /* background-size: 0.13rem 0.26rem; */
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
}


/* 文本选择框 */


/* 文件上传 */

.basic-upload {
    border: 1px solid #333;
    border-radius: 10px;
    height: 151px;
    padding: 20px;
}

.basic-upload p {
    font-size: 18px;
}

.basic-upload .tip {
    font-size: 14px;
}

.basic-upload .file-list {
    margin: 20px 0;
    display: flex;
}

.basic-upload .file-list li {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 61px;
    margin-right: 10px;
    background: #f1f1f1;
}

.basic-upload .file-list li span {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* background-color: #f1f1f1; */
    cursor: pointer;
    background: url(../img/actorBasic/cannel.png);
}

.basic-upload .file-list li img {
    width: 100%;
    height: 100%;
}

.basic-upload label {
    display: block;
    width: 61px;
    height: 61px;
    background: url(../img/actorBasic/addfile.png);
    cursor: pointer;
}


/* 文件上传 */


/* 验证码输入框 */

.basic-codeinput {
    position: relative;
    width: 100%;
    height: 55.2px;
    display: flex;
}

.basic-codeinput label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    /* display: inline-block; */
}

.basic-codeinput input {
    padding-left: 100px;
    /* border: 1px solid #333; */
    font-size: 16px;
    height: 100%;
    width: 60%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #333;
    border-right: none;
}

.basic-codeinput button {
    position: relative;
    width: 40%;
    font-size: 16px;
    height: 100%;
    border: 1px solid #333;
    padding: 10px 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffc10e;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    height: 57.19px;
}

.basic-code-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.basic-codeinput button::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 18px;
    background-color: #ffc10e;
    border-radius: 5px;
}

.basic-codeinput button:hover {
    border: 1px solid #333;
    border-left: none;
}


/* 验证码输入框  end*/


/* 验证输入框 */

.basic-verify {
    position: relative;
    width: 50%;
    height: 55.2px;
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
}

.basic-verify input {
    font-size: 16px;
    height: 100%;
    width: 100%;
    border: 1px solid #333;
    padding: 0 20px;
    border-radius: 10px;
}

.basic-verify p {
    position: absolute;
    right: -250px;
    width: 200px;
    /* display: block; */
}

.basic-verify img {
    position: absolute;
    right: -40px;
    width: 22px;
    height: 22px;
    margin: 0 10px;
}


/* 验证输入框 end*/


/* 营业执照 */

.basic-trading {
    position: relative;
    /* width: 100%; */
    height: 55.2px;
    display: flex;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.basic-trading span,
label,
button {
    display: inline-block;
    cursor: pointer;
}

.basic-trading label span {
    width: 18px;
    height: 18px;
    background: url(../img/organBasic/oval.png);
    vertical-align: middle;
    background-size: cover;
}

.basic-trading .upload-button {
    color: #fff;
    width: 80px;
    height: 25px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    /* outline: none; */
    border: none;
    /* background-color: #ffc10e; */
    background-color: #E0E0E0;
    /* background-color: #3894FF; */
    border-radius: 3px;
}

.basic-trading input[type="radio"]:checked+.trading-checkbox span {
    background: url("../img/organBasic/check.png");
    background-size: cover;
}

.basic-trading input[type="radio"]:checked+.trading-checkbox1 span {
    background: url("../img/organBasic/check.png");
    background-size: cover;
}


/* 
.basic-trading input {
    font-size: 16px;
    height: 100%;
    width: 100%;
    border: 1px solid #333;
    padding: 0 20px;
    border-radius: 10px;
} */


/* 营业执照 end*/

.basic-bezel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basic-bezel .basic-bezel-content {
    /* top: 0;
    left: 50%;
    transform: translateX(-50%); */
    width: 817px;
    height: 680px;
    border-radius: 40px;
    background-color: #fff;
    padding: 20px
    /* z-index: 999; */
}

.basic-bezel .basic-bezel-content .bezel-icon {
    text-align: right;
}


/* 弹出窗口 */


/* 组件响应手机端样式 */

@media screen and (max-width: 996px) {
    /* 公共组件  响应手机端 */
    /* 文本输入框 */
    .basic-input {
        position: relative;
        width: 100%;
        height: auto;
        /* height: 55.2px; */
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #E0E0E0;
    }
    .basic-input label {
        width: 100%;
        position: relative;
        /* left: 15px; */
        /* top: 50%; */
        /* transform: translateY(-50%); */
        font-size: 16px;
        color: #999999;
        /* display: inline-block; */
    }
    .basic-input input {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        font-size: 16px;
        /* padding: 0 22px; */
        padding-left: 16px;
        padding-bottom: 5px;
        border: none;
        /* border: 1px solid #333; */
    }
    /* 文本输入框 end */
    /* 文本选择框 */
    .basic-select {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .basic-select label {
        position: relative;
        font-size: 16px;
        color: #999999;
    }
    .basic-select select {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        font-size: 16px;
        padding-left: 16px;
        padding-bottom: 5px;
        border: none;
        border-bottom: 1px solid #E0E0E0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*在选择框的最右侧中间显示小箭头图片*/
        background: url("../img/actorBasic/arrows-bottom.png") no-repeat scroll transparent;
        background-position: 98% 5px;
        /* background-size: 0.13rem 0.26rem; */
        /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    }
    /* 文本选择框 */
    /* 文件上传 */
    .basic-upload {
        border: none;
        border-radius: 0px;
        height: auto;
        padding: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #E0E0E0;
    }
    .basic-upload p {
        font-size: 18px;
    }
    .basic-upload .tip {
        font-size: 14px;
    }
    .basic-upload .file-list {
        margin: 20px 0;
        display: flex;
    }
    .basic-upload .file-list li {
        position: relative;
        display: inline-block;
        width: 61px;
        height: 61px;
        margin-right: 10px;
        background: #f1f1f1;
    }
    .basic-upload .file-list li span {
        display: inline-block;
        position: absolute;
        top: -8px;
        right: -5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        /* background-color: #f1f1f1; */
        cursor: pointer;
        background: url(../img/actorBasic/cannel.png);
    }
    .basic-upload .file-list li img {
        width: 100%;
        height: 100%;
    }
    .basic-upload label {
        display: block;
        width: 61px;
        height: 61px;
        color: #999999;
        background: url(../img/actorBasic/addfile.png);
        cursor: pointer;
    }
    /* 文件上传 */
    /* 验证码输入框 */
    .basic-codeinput {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .basic-codeinput label {
        position: relative;
        font-size: 16px;
        /* display: inline-block; */
    }
    .basic-code-box {
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 20px;
    }
    .basic-codeinput input {
        padding-left: 16px;
        /* border: 1px solid #333; */
        font-size: 16px;
        height: 100%;
        width: 60%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: none;
        border-right: none;
        color: #999999;
    }
    .basic-codeinput button {
        position: relative;
        width: 40%;
        font-size: 16px;
        height: 100%;
        border: 1px solid #333;
        padding: 10px 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        color: #ffc10e;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 0;
        outline: none;
        border-left: none;
        height: auto
    }
    .basic-codeinput button::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 2px;
        height: 18px;
        background-color: #ffc10e;
        border-radius: 5px;
    }
    .basic-codeinput button:hover {
        border: none;
        /* border-left: none; */
    }
    /* 验证码输入框  end*/
}