/********字体样式处理**********/
@font-face {
    font-family: "iconfont"; /* Project id  */
    src: url('iconfont.ttf?t=1635474897385') format('truetype');
  }
  .gray .iconfont{
    color: white;
  }
  .green .iconfont{
    color: white;
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-weixin:before {
    content: "\e695";
  }
  
  .icon-huidaodingbu:before {
    content: "\e631";
  }
  
  .icon-qq:before {
    content: "\e630";
  }
  
  .icon-dianhua:before {
    content: "\e66e";
  }
  
  .icon-dianhua1:before {
    content: "\e739";
  }
  
  .icon-dianhua2:before {
    content: "\e634";
  }
  
  
/********************/

.ql-icon {
    position: fixed;
    right: 10%;
    bottom: 40px;
    z-index: 10;
}

.iconphone {
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ccc;
}

.iconphone:hover .phonecontent {
    display: block;
}

.phonehover:hover {
    background-color: #E9E9E9;
}

/* 电话内容 */
.phonecontent {
    min-width: 116px;
    white-space: nowrap;
    padding: 0 20px;
    text-align: center;
    line-height: 38px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(125, 137, 148, 0.3);
    border-radius: 2px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    animation: myphone 0.5s ease-in forwards;
    font-size: 15px;

}

@keyframes myphone {
    from {
        position: absolute;
        right: 140px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.1;
    }

    to {
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
    }
}

.phonecontent::before {
    content: '';
    width: 10px;
    height: 10px;
    background: white;
    box-shadow: 0px 0px 5px #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: -5px;
    z-index: -10;

}

.phonecontent::after {
    content: '';
    width: 10px;
    height: 20px;
    background: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    z-index: -5;
}

.ql-code {
    width: 150px;
    padding: 15px 15px 10px 15px;
    text-align: center;
    line-height: normal;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
}

.ql-code img {
    width: 100%;
    margin-bottom: 8px;
}

.clear {
    clear: both;
}
a {
    text-decoration: none;
}
.tel{
    font-weight: bold;
    letter-spacing: 1px;
}

.ql-center {
    position: absolute;
    top: 0;
    right: 50px;
    width: 20px;
    height: 50px;
    opacity: 0;
}

/* 灰色 */
.gray {
    right: 40%;
}

.gray .iconphone {
    background: #ccc;
}

.gray .iconphone:hover {
    background: #b5b5b5;
}

/* 绿色 */
.green {
    right: 70%;

}

.green .iconphone {
    background: #94b447;
}

.green .iconphone:hover {
    background: #74991c;
}



/* 手机 */
.ql_phone{
    color: #333;
    display: none;
}
.ql_phonebtn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: white;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
}
.ql_pop{
    display: none;
}
.ql_fixedpop{
    position: fixed;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}
.ql_popcontent{
    width: 80%;
    background: linear-gradient(#ffffff,#f3f3f3);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    border-radius: 10px;
    z-index: 11;
}
.ql_poptitle{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.ql_tel{
    margin-top: 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.3);
    padding: 15px;
    border-radius: 10px;
}
.telimg{
    margin-top: 3px;
    float: left;
    width: 44px;
    height: 44px;
}
.telimg img{
  width: 100%;
}
.ql_center{
    overflow: hidden;
    padding: 0px 20px 0px 20px;
    height: 50px;

}
.telright{
    float: right;
    height: 50px;
    line-height: 50px;
    color: #eb8d40;
    letter-spacing: 1px;
    font-size: 15px;
}
.teltext{
    font-size: 16px;
    font-weight: bold;
}
.teltext2{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-top: 6px;
    color: #333;
}
.ql_phonecode{
    margin:20px auto 0px auto;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.3);
    background: white;
    padding: 10px;
}
.ql_phonecode img{
    width: 100%;
}
.consultbtn{
    margin-top: 30px;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(#96b6ff,#4574e0);
    color: white;
    box-shadow: 0px 0px rgba(204, 204, 204, 0.3);
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
}
.closebtn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}
.closebtn img{
    width: 100%;
    display: block;
}
.gray .ql_phonebtn{
    background: #ccc;
    color: white;
}
.green .ql_phonebtn{
    background: #94b447;
    color: white;
}

@media screen and (max-width:600px) {
    .ql_web{
        display: none;
    }
    .ql_phone{
        display: block;
    }
    
}
@media screen and (max-width:350px) {
    .telright{
        display: none;
    }
    
}

/* 重写style */

.green{
    right: 3%;
}

.green .iconphone{
    background: #2554ff;
}

.green .iconphone:hover {
    background: #113ace;
}
.iconMock{
    width: 30px;
    height: 30px;
    margin: auto;
    padding-top: 7px;
}

.iconMock img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.green .ql_phonebtn{
    background:#2554ff;
}

.dis_mask{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #121212;/*z-index: 2147483599*/z-index:10000000;filter: alpha(opacity=50);opacity: .5; display: none;overflow-x: hidden;overflow-y: auto}
	.dialog{border-radius: 0;border: 0 solid #ebebeb;margin: 0 auto;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);}
	.dialog{background-color:white;margin: 60px;}
	.dialog.open{display: block;}
	.dialog .dialog-head{font-size: 18px;
		border-bottom: 0;
		background: #FFF;
		color: #383838;
		border-radius:4px 4px 0 0;
	}
	.dialog-win{
		display: none;
	}
	.dialog .dialog-head, .dialog .dialog-foot{
		padding: 10px 20px;
	}
	.dialog .dialog-head span{
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	.dialog .dialog-head .close{
		float: right;
		line-height: 24px;
		display: inline-block;
		font-size: 28px;
		cursor: pointer;
	}
 	.dialog .dialog-head .close:before{
		 content: "\00d7";
 	}
	.dialog .dialog-body{
		padding: 10px 40px 40px 40px;
	}
	.blank-middle{
		height: 30px;
		line-height: 30px;
		clear: both;
		font-size: 0;
	}
	.register .tab{
		font-size: 0;
	}
	.register .text-center{
		text-align:center;
	}
	.register ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.register .tab li{
		cursor: pointer;
		display: inline-block;
		position: relative;
		font-size: 20px;
		width: 100%;
		color: #666;
		margin: 0 0 40px 0;
		list-style: none;
		padding: 0;
	}
	form{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 14px;
		font: inherit;
		vertical-align: baseline;
		display: block;
		margin-top: 0em;
		unicode-bidi: isolate;
	}
	.dialog-body .form-group{
		padding-bottom: 20px;
	}
	.field{
		position: relative;
	}
	.dialog-body .input{
		height: 48px;
		line-height: 24px;
		padding: 0 12px;
		border: 1px solid #ebebeb;
		width: 100%;
		display: block;
		border-radius: 0px;
		-webkit-appearance: none;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
		background: transparent;
	}
	.dialog-body .input:focus{
		height: 48px;
		line-height: 24px;
		padding: 0 12px;
		border: 1px solid #ebebeb;
		width: 100%;
		display: block;
		border-radius: 0px;
		-webkit-appearance: none;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
		background: transparent;
	}
	.input-group{
		border-collapse: separate;
		display: table;
		position: relative;
	}
	.dialog-body .input-group .addon{
		background-color: #fff;
		border: 0px solid #EBEBEB;
		border-radius: 0px;
		line-height: 1;
		padding: 0;
		text-align: center;
		width: 1%;
		white-space: nowrap;
		vertical-align: middle;
		display: table-cell;
	}
	.dialog-body .input-group .addon img{
		max-height: 50px;
		border: 0;
		vertical-align: bottom;
	}
	.button.bg-yellow{
		background-color:#0057da;
		border-color: #0057da;
		color:#fff;
	}
	.button.bg-yellow:hover{
		background-color: #0057da;
		border-color: #0057da;
		color: #fff;
	}
	input[type="button"]{
		-webkit-appearance: button;
		cursor: pointer;
	}
	.radius-none{
		border-radius:0;
	}
	.border-none{
		border:0;
	}
	.button-large{
		padding: 12px 30px;
		font-size: 16px;
		line-height: 24px
	}
	.button-block{
		display: block;
		width: 100%;
	}
	.button{
		background: transparent;
		margin: 0;
		transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s
	}
	.margin-top{
		margin-top:10px;
	}
	.text-right {
		text-align: right;
	}

    @media(max-width: 1280px){
        .dialog-win{left: 50%!important;margin-left: 269px!important;width: 538px!important;}
    }

    @media(max-width: 768px){
        .dialog-win{left: 5%!important;width: 90%!important;top: 20%!important;margin-left: 0!important;}
        .dialog{margin: 0!important;min-width: 100%!important;}
    }