body, div, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}

/*body {
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.frm {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

a, a:link, a:visited {
    /* color: #ffffff; */
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
}

.error {
    color: red;
}

.modal.custom {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    opacity: .7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
    padding: 0px 30px 20px 30px;
}

.modal a.close-modal[class*="icon-"] {
    /* display:none */;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.75;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #00C1DE;
    /*  border: 2px solid #FFFFFF;
       border-radius: 26px;
      -webkit-border-radius:  26px;
      -moz-border-radius:     26px;
      -o-border-radius:       26px;
      -ms-border-radius:      26px;
      -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
      -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
      box-shadow:         1px 1px 5px rgba(0,0,0,0.5); */
}

.modal a.close-modal[class*="icon-"]:hover {
    background-color: #35e6ff;
}

.modal-title {
    height: 34px;
    width: 100%;
    background: #FFFFFF bottom;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    padding-left: 10px;
    color: #333;
}

.modal-title p {
    padding-left: 10px;
    font-weight: 700;
    line-height: 34px;
    color: #2e303c;
}

.modal-bottom {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 0;
    border-top: 1px solid #dfdfdf;
    background: #FFFFFF bottom;
}

.modal-submit, .modal-close {
    display: inline-block;
    float: right;
    width: 80px;
    height: 100%;
    border-radius: 0;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    transition: .1s all;
}

.modal-submit {
    background-color: #00c1de;
    color: #FFFFFF;
}

.modal-submit:hover {
    background-color: #35e6ff;
}

.modal-submit-row-smart, .modal-submit-row-algo {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 26px;
    border-radius: 0;
    background-color: #00c1de;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    transition: .1s all;
}

.modal-submit-row-smart:hover, .modal-submit-row-algo:hover {
    background-color: #35e6ff;
}

.modal-close:hover {
    background-color: #eee;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #00c1de;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

tr > td > div.error {
    position: relative;
    color: #fff !important;
    background-color: #ff4136;
    padding: 6px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, .55);
    font-size: 12px;
    width: 60%;
}

tr > td > div.error:after {
    content: " ";
    position: absolute;
    bottom: 100%; /* ��ʾ����ͷ�� */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ff4136 transparent;
}

.tab_div {
    float: left;
    width: 20%;
    font-size: 16px;
    text-align: center;
    cursor: hand;
}

.tab_div div {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background-color: #fbfbfb;
}

.tab_div div.active {
    font-weight: bold;
    border-bottom: none;
    background-color: white;
    height:35px;
}

.dropdown-select a.dropdown-display {
    height: 26px !important;
    line-height: 26px !important;
    border-radius: unset !important;
    background-color: #fbfbfb !important;
    padding: 0 20px 0 5px !important;
    border: 1px solid #e5e5e5 !important;
    outline: none;
}

.dropdown-select.active a.dropdown-display {
    height: 26px !important;
    line-height: 26px !important;
    border-radius: unset !important;
    background-color: #fff !important;
    padding: 0 20px 0 5px !important;
    border: 1px solid #e5e5e5 !important;
}

.dropdown-select span.placeholder {
    height: 26px !important;
    line-height: 26px !important;
}

.dropdown-select div.dropdown-main {
    border-radius: unset !important;
}

.dropdown-display-label:after,
.dropdown-display:after {
    top: 8px !important;
}

.dropdown-select .dropdown-clear-all {
    background-color: #fbfbfb !important;
    line-height: 22px !important;
    height: 22px !important;
}

.dropdown-select.active .dropdown-clear-all {
    background-color: #fff !important;
    line-height: 22px !important;
    height: 22px !important;
}

.dropdown-display .placeholder:first-child {
	font-size: 14px !important;
}

.dropdown-main {
	font-size: 14px !important;
}

.dropdown-main ul {
    width:100%;
}

.edit-dropdown-select a.dropdown-display {
	height: 26px !important;
	line-height: 26px !important;
	border-radius: unset !important;
	background-color: #fbfbfb !important;
	padding: 0 20px 0 5px !important;
	border: 1px solid #e5e5e5 !important;
	outline: none;
}

.edit-dropdown-select.active a.dropdown-display {
	height: 26px !important;
	line-height: 26px !important;
	border-radius: unset !important;
	background-color: #fff !important;
	padding: 0 20px 0 5px !important;
	border: 1px solid #e5e5e5 !important;
}

.edit-dropdown-select span.placeholder {
	height: 24px !important;
	line-height: 24px !important;
}

.edit-dropdown-select .dropdown-clear-all {
	background-color: #fbfbfb !important;
	line-height: 22px !important;
	height: 22px !important;
}

.edit-dropdown-select.active .dropdown-clear-all {
	background-color: #fff !important;
	line-height: 22px !important;
	height: 22px !important;
}
.popup2_auth {
    width:75%;
    box-sizing: border-box;
    padding-bottom: 10px;
    z-index: 999994;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup2_auth .popup_table {
    font-size:15px;
    font-weight: bold;
    margin-top: auto;
    line-height: 2;
    height: 40px;
    text-indent: 15px;
    border-bottom: solid 2px #00c1de;
 }
.popup2_auth .column4 {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 40px;
    text-align: left;
    text-indent: 15px;
    border-bottom: solid 1px #e9e9e9;
    float: left;
}
.popup2_auth .column4:nth-last-child(-n+7) {
    border-bottom: none;
}
.popup2_auth .openInfo{
    margin: 0 20px;
  }
.popup2_auth .iframe-style {
    width: 100%;
    border: none;
    user-select: none;
    margin: 0;
    padding: 0;
}
    