a {
  text-decoration: none;
  color: inherit; }

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

._agent {
  width: 100%;
  height: 280px;
  background: #16c3ca;
  padding-top: 25px; }

._agent .head-div {
  width: 109px;
  display: block;
  padding: 6px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%; }

._agent .head-div .head-img {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24); }

._agent ._agent-tip {
  padding: 12px 0 8px;
  font-size: 16px;
   
  font-weight: 700;
  text-align: center;
  color: #ffffff; }

._agent ._agent-tips {
  font-size: 12px;
   
  font-weight: 400;
  text-align: center;
  color: #ffffff; }

._agent ._agent-btn {
  display: block;
  margin: 20px auto 0;
  width: 200px;
  height: 38px;
  line-height: 38px;
  opacity: 1;
  background: #ffffff;
  border-radius: 5px;
  font-size: 14px;
   
  font-weight: 400;
  text-align: center;
  color: #16c3ca !important; }

._agent-phone {
  padding-top: 10px;
  font-size: 14px;
   
  font-weight: 400;
  text-align: center;
  color: #ffffff; }
  
  .sample-wrap .right_adv_wrapper{
    position: relative;
    padding-top: 0;
  }
  .sample-wrap .right_adv_wrapper .adv_bg_img{
    width: 100%;
    height: 100%;
  }
  .sample-wrap .right_adv_wrapper .adv_content{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 22px;
  }
  .sample-wrap .right_adv_wrapper .adv_content ._agent-btn{
    width: 200px;
    height: 38px;
    border-radius: 5px 5px 5px 5px;
    background: linear-gradient(-90deg, #5dc9af, #337dcb);
    font-size: 14px;
    text-align: center;
    color: #FFFFFF!important;
    margin: 24px auto 0;
    cursor: pointer;
  }
  .sample-wrap .right_adv_wrapper .adv_content .adv_title{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #000033;
  }
  .sample-wrap .right_adv_wrapper .adv_content .adv_desc{
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #000033;
    margin-top: 11px;
  }