
.show_tit{
    font-size: 24px;
}
@media ( max-width : 978px) {
	   .show_tit{
	   width : auto;
	    font-size: 18px;
    font-weight: bold;
    color: #323437;
	}
		
}
.article_content {
	
}

.readall_box {
    position: relative;
    z-index: 9999;
    padding: 0 0 25px;
    margin-top: -200px;
    text-align: center;
}

.readall_box .read_more_mask {
    height: 200px;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, 0 top, 0 bottom, from(rgba(255, 255, 255, 0)),
        to(#fff));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0))
}

.read_more_btn {
    max-width: fit-content; 
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    line-height: 60px;
    padding: 10px 30px 10px 15px;
	background: #0B61F4;
	border-radius: 4px;
    position: relative;
}


.read_more_btn::after{
    content: "";
    position: absolute;
    top : 16px;
    right: 10px;
    width: 15px;
    height: 7.5px;
    background: url(../../images/customers/xia.png) center no-repeat;
    background-size: 100%;
    
    transition: all 0.3s;
}

.read_more_btn:hover {
    background: #5D92EE;
    color: #fff;
}







.login-model {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: all 0.3s;
}
.login-model.active {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
}
.login-model .close-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../../images/customers/video-close.svg);
  background-size: 100% 100%;
  z-index: 1;
  cursor: pointer;
  transform: rotateZ(90deg);
  transition: all 0.3s;
}
.login-model .close-icon:hover {
  transform: rotateZ(450deg);
}
.login-model .model-info {
  width: 400px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  
  
background: linear-gradient( 180deg, #EAF3FE 0%, #FFFFFF 100%);
border-radius: 16px;

}
.login-model .model-info .l-content .l_desc {
	padding : 20px 0 0 30px;
}
.login-model .model-info .l-content .l_desc .l_desc_logo{
    width : 90px;
}
.login-model .model-info .l-content .l_desc .l_desc_logo img{
    width : 100%;
}
.login-model .model-info .l-content .l_desc .l_desc_t{
	font-weight: 800;
	font-size: 20px;
	color: #323437;
	line-height: 22px;
	text-align: left;
	padding-top : 0;
}
.login-model .model-info .l-content .l_desc .l_desc_d{
	font-weight: 400;
	font-size: 14px;
	color: #323437;
	line-height: 14px;
	text-align: left;
    padding-top : 10px;
}
.login-model .model-info .l-content .tel-box {
  position: relative;
    padding-left: 30px;
}

.login-model .model-info .l-content .tel-box .demo_form {
      position: relative;
}
.login-model .model-info .l-content .tel-box .demo_form::after {
    content: "*";
    top: 32px;
    left: 10px;
    position: absolute;
    font-size: 20px;
    color: #f00;
}

.login-model .model-info .l-content .tel-box .demo_form select {
    width: 342px;
    height: 40px;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    font-size: 14px;
    color: #777;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    text-indent: 10px;
    margin-left: 0;
    background: unset;
    margin-top : 18px;
    text-indent: 16px;
}


.login-model .model-info .l-content .tel-box .demo_form input{
    width: 320px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  padding-left: 20px;
  border-radius: 4px;
  overflow: hidden;
    background: none;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
  transition: all 0.3s;
  margin-top: 18px;
  height: 40px;
	
}

.code{
    padding-left: 15px !important;
}

.login-model .model-info .l-content .tel-box .demo_form.mobile_div input {
    width: 200px;
}
.login-model .model-info .l-content .tel-box .demo_form input:nth-child(3){
	margin-left : 8px;
    width: 96px;
    padding-left: 10px;
}
.login-model .model-info .l-content .tel-box #sendCodeBtn {
    position: absolute;
    bottom: 11px;
    right: 160px;
    font-size: 14px;
    color: #4D74FF;
}
.login-model .model-info .l-content .tel-box span {
  font-size: 14px;
  padding-right: 10px;
  color: #000;
  line-height: 20px;
  border-right: 0px solid #ddd;
}
.login-model .model-info .l-content .demo_form {
  width: 100%;
  display: block;
  position: relative;
}
.login-model .model-info .l-content .demo_form a {
  color: #e60012;
}
.login-model .model-info .l-content .demo_form .tips {
    position: absolute !important;
    left: 19px !important;
    font-size: 12px !important;
    bottom: 10px !important;
    bottom: -20px !important;
    color: #e60012 !important;
    border: none !important;
    transition: all 0.3s;
    display : none;
}
.login-model .model-info .l-content .demo_form .tips::after {
  content: "*";
  position: absolute;
  left: -8px;
  top: 0;
  color: #e60012;
}
.login-model .model-info .l-content .demo_form .tips.active {
  opacity: 1;
  visibility: visible;
}
.login-model .model-info .l-btn {
  width: 320px;
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 0;
}

#demo_btn_Sub{
	display : block;
	margin : 18px auto 0;
	width : 340px;
	height: 40px;
	background: #0B61F4;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	
}
