.toast-center-center {
	top: 30%;
	left: 50%;
	margin-top: -25px;
	margin-left: -150px;
}

.tokenfield.focus {
	border-color: #DF3E37;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(250, 216, 216, 0.6);
}

.text-error{
	color: #DF3E37;
	outline: none;
	box-shadow: none;
	font-weight: bold;
}


/*免费试用弹窗*/
.free_modal .free_trail_warp{
    display: none;
}
.free_trailB .warp{
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
}
.free_trailB .trail_btn.active{
   background:#E13C30;
   color: #fff;
}
.free_trailB .trail_btn{
   width:190px;
   height:40px;
   border-radius:13px;
   line-height: 40px;
   background:#fff;
   color: #E13C30;
   border-radius:13px;
   border:1px solid #E13C30;
   text-align: center;
}
.free_trailB .trail_btn:hover{
   cursor: pointer;
}
.free_modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    text-align: left;
}
#Message,
#free_Message {
    display: none;
}
.modal_content {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 460px;
    height: 563px;
    padding: 0 30px;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.modal_content .title {
    text-align: center;
    color: #333333;
    font-size: 20px;
    margin: 18px 0 6px 0;
    font-weight: 500;
}
.modal_content .drop_ul .drop_li {
    position: relative;
    background: #fff;
    margin: 0 auto 20px;
    word-spacing: -4px;
}
.modal_content .drop_ul .drop_li .label{
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 400;
}
.trial_labelname {
    width: 30px;
    height: 26px;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    top: 8px;
    margin-left: 10px;
}
.modal_content ::-webkit-input-placeholder {
    color: #B7B7B7;
}

.modal_content :-moz-placeholder {
    color: #B7B7B7;
}
.modal_content ::-moz-placeholder {
    color: #B7B7B7;
}
.modal_content :-ms-input-placeholder {
    color: #B7B7B7;
}
.schoolname {
    background: url('//cdn.xiaobao100.com/crm/assets/images/icon13.png') no-repeat;
    background-size: contain;
}
.schoolphone {
    background: url('//cdn.xiaobao100.com/crm/assets/images/icon_phone.png') no-repeat;
    background-size: contain;
}
.username {
    background: url('//cdn.xiaobao100.com/crm/assets/images/icon12.png') no-repeat;
    background-size: contain;
}
.modal_content .schoolcity {
    background: url('//cdn.xiaobao100.com/crm/assets/images/icon14.png') no-repeat;
    background-size: contain;
}
.schooltype {
    background: url('//cdn.xiaobao100.com/crm/assets/images/icon11.png') no-repeat;
    background-size: contain;
}
.trial_inputstyle {
    width: 95%;
    height: 75%;
    line-height: 26px;
    outline: none;
    display: inline-block;
    font-size: 16px;
    color: #505050;
    vertical-align: middle;
    font-family: "Microsoft Yahei";
    border: none;
    background: #fff;
    cursor: text;
}
em.error_icon2 {
    position: absolute;
    right: 4px;
    width: 20px;
    height: 45px;
    font-size: 16px;
    vertical-align: middle;
    font-style: normal;
    color: #8C8C8C;
}
.test {
    position: relative;
    font-size: 16px;
    color: #B7B7B7;
    user-select: none;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px #aaaaaa solid;
    padding: 0 10px;
}
#kind:before {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 14px;
    background: url('//cdn.xiaobao100.com/crm/assets/images/icon_arrow_down.png') no-repeat;
	height: 20px;
	background-size: 100% 100%;
	content: "";	
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}
.wrap {
    width: 400px;
    height: 30px;
    margin: 0px auto;
    border: 0;
    position: relative;
    display: inline-block;
}
#type.active::before,
#province_bt.active::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 36px;
}
.test .dropdown {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    padding: 0;
    border-radius: inherit;
    border: 1px solid #d2d2d2;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
    background: #fff;
    cursor: pointer;
}
.test.active .dropdown {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: 200px;
    color: #666;
    text-align: left;
}
.test .dropdown li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: left;
    padding: 0 20px;
    border: none;
}
.test .dropdown li:first-of-type {
    border-radius: 3px 3px 0 0;
}
.test .dropdown li:last-of-type {
    border-radius: 0 0 3px 3px;
}
.test .dropdown li:hover {
    color: #fff;
    background: #488BFF;
}
#drop_idex {
    z-index: 999;
}
.drop_ul .button, .drop_ul #try_button.button {
    display: block;
    background: #E13C30;
    color: #fff;
    margin: 30px auto 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: none;
    outline: none;
}
.drop_ul label {
    margin-right: 13px;
}
/* 弹窗里的error样式 */
span.free_trial_tips {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #e60a0a;
  line-height: 1.4;
  display: inline-block;
}
em.error_icon {
  background: url('//cdn.xiaobao100.com/crm/assets/images/erp-icon10.png') no-repeat center;
  width: 20px;
  height: 20px;
  margin-right: 0;
  vertical-align: sub;
  display: inline-block;
  background-size: 100%;
}
/* 弹窗关闭按钮 */
.close_modal {
    position: absolute;
    right: 15px;
    top: 15px;
    background: url('//cdn.xiaobao100.com/crm/assets/images/icon_circle_close.png') no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.modal-select {
    display: inline-block;
    position: relative;
    width: 230px;
    height: 50px;
    background: transparent;
    border: none;
    font-size: 16px;
    color: inherit;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.modal-select.selected {
    color: #505050;
}
.modal-select:first-of-type {
    margin-right: 10px;
    width: 152px;
}
.modal-select:first-of-type::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -5px;
    height: 40px;
    width: 1px;
    background-color: #ccc;
}
.modal-select>option {
    color: #505050;
}
.free_modal .try-phone::before {
    content: '';
display: inline-block;
background: url('http://r.cloudcns.com/common/birch/20200708/5002793055289344.png') no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.free_modal .try-phone{
    color: #E13C30;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}
.drop_ul {
	padding-left: 0 !important;
}
