html {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #1a1a1a;
  width: 100%;
  overflow-x: hidden;
}
.con_wrap {
  width: 1200px;
  margin: 0 auto;
}
.trs {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block {
  display: block;
}
.light_red {
  color: #ff123f;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.bxz {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lg_left {
  float: left;
}
.lg_right {
  float: right;
}
.h_200 {
  height: 200px;
  overflow-y: auto;
}
.lg_pos {
  margin-top: -1px;
  margin-bottom: 30px;
  height: 50px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.lg_pos .name {
  line-height: 50px;
  font-size: 20px;
}
.lg_pos .txt {
  padding-left: 17px;
  line-height: 50px;
  color: #666;
}
.lg_pos .txt a {
  color: #666;
}
.lg_pos .txt a:hover {
  color: #ff123f;
}
.lg_topBanner {
  display: block;
  height: 100px;
  margin-bottom: 30px;
  background-position: top center;
  background-repeat: no-repeat;
}
.w_890 {
  width: 890px;
}
.w_290 {
  width: 290px;
}
.mt_30space {
  margin-bottom: 30px;
}
.lg_leftCourse .cell,
.lg_rightRecom .cell {
  padding: 26px 30px 26px 0;
  background-color: #fff;
}
.lg_leftCourse .cell .d_title,
.lg_rightRecom .cell .d_title {
  display: inline-block;
  padding-left: 30px;
  line-height: 20px;
  border-left: 4px solid #10c7c8;
  font-size: 20px;
  font-weight: normal;
}
.lg_leftCourse .cell .more,
.lg_rightRecom .cell .more {
  padding-top: 4px;
  font-size: 12px;
  color: #ff234d;
}
.lg_leftCourse .cell .more:hover,
.lg_rightRecom .cell .more:hover {
  text-decoration: underline;
}
.lg_leftCourse .course_summary {
  padding-right: 68px;
  background-color: #fff;
}
.lg_leftCourse .course_summary .course_img {
  margin-left: -100%;
  width: 293px;
  height: 370px;
  overflow: hidden;
}
.lg_leftCourse .course_summary .course_img:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.lg_leftCourse .course_summary .right_detail {
  padding-left: 313px;
  width: 100%;
  padding-top: 20px;
  color: #666;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg_leftCourse .course_summary .right_detail .name {
  line-height: 22px;
  color: #10c7c8;
  font-size: 22px;
}
.lg_leftCourse .course_summary .c_price {
  margin-top: 12px;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  background-color: #f1f1f1;
  font-size: 16px;
  color: #1a1a1a;
}
.lg_leftCourse .course_summary .c_price span {
  padding-left: 10px;
}
.lg_leftCourse .course_summary .c_price span,
.lg_leftCourse .course_summary .c_price b {
  font-weight: normal;
}
.lg_leftCourse .course_summary .c_price b {
  font-size: 22px;
  font-family: 'Arial';
  color: #ff234d;
}
.lg_leftCourse .course_summary .c_info {
  padding: 0 0 8px;
  border-bottom: 1px solid #959595;
}
.lg_leftCourse .course_summary .c_info .item {
  margin-top: 5px;
}
.lg_leftCourse .course_summary .c_info .item .label {
  position: relative;
  display: inline-block;
  width: 92px;
  padding-left: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  background-color: #10c7c8;
  color: #fff;
  border-radius: 3px;
}
.lg_leftCourse .info_box{
  line-height: 24px;
}
.lg_leftCourse .course_summary .c_info .item .label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: url("../images/sprite.png") no-repeat;
}
.lg_leftCourse .course_summary .c_info .item .label1:before {
  background-position: -54px -20px;
}
.lg_leftCourse .course_summary .c_info .item .label2:before {
  background-position: 3px -21px;
}
.lg_leftCourse .course_summary .c_info .item .label3:before {
  background-position: -23px -21px;
}
.lg_leftCourse .course_summary .c_detail {
  margin-top: 5px;
}
.lg_leftCourse .course_summary .c_detail .item {
  padding-left: 27px;
  position: relative;
}
.lg_leftCourse .course_summary .c_detail .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") no-repeat;
}
.lg_leftCourse .course_summary .c_detail .item b {
  color: #1a1a1a;
  font-weight: normal;
}
.lg_leftCourse .course_summary .c_detail .item1:before {
  background-position: 0 -49px;
}
.lg_leftCourse .course_summary .c_detail .item2:before {
  background-position: -27px -49px;
}
.lg_leftCourse .course_summary .c_detail .item3:before {
  background-position: -55px -49px;
}
.lg_leftCourse .course_summary .c_detail .item4:before {
  background-position: -81px -49px;
}
.lg_leftCourse .course_summary .c_detail .item5:before {
  background-position: -108px -48px;
}
.lg_leftCourse .course_summary .c_detail .c_school {
  margin: 0 14px;
  color: #666;
  text-decoration: underline;
}
.lg_leftCourse .course_summary .c_detail .c_school:hover {
  color: #ff234d;
}
.lg_leftCourse .course_summary .href_btn {
  display: inline-block;
  width: 122px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #10c7c8;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
}
.lg_leftCourse .course_summary .href_btn:hover {
  background-color: #a01832;
  color: #fff;
  border-color: #a01832;
}
.lg_leftCourse .course_summary .href_btn_l {
  background-color: #10c7c8;
  color: #fff;
}
.lg_leftCourse .course_summary .href_btn_c {
  margin: 15px 90px 0;
  color: #10c7c8;
}
.lg_leftCourse .detail_tab {
    background-color: #fff;
  width: 890px;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  z-index: 10;
}
.lg_leftCourse .detail_tab.fixed {
  position: fixed;
  top: 40px;
}
.lg_leftCourse .detail_tab .item {
  width: 16.65%;
  font-size: 16px;
  color: #10c7c8;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.lg_leftCourse .detail_tab .item:hover,
.lg_leftCourse .detail_tab .item.active {
  background-color: #10c7c8;
  color: #fff;
}
.lg_leftCourse .detail_tab .item:hover span:before,
.lg_leftCourse .detail_tab .item.active span:before {
  background-position: -4px -75px;
}
.lg_leftCourse .detail_tab .item span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.lg_leftCourse .detail_tab .item span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.png") no-repeat -29px -75px;
}
.lg_leftCourse .detail_content .w_70 {
  width: 70px;
}
.lg_leftCourse .detail_content .w_40 {
  width: 40px;
}
.lg_leftCourse .detail_content .f15 {
  font-size: 15px;
}
.lg_leftCourse .detail_content .f12 {
  font-size: 12px;
}
.lg_leftCourse .detail_content .info_box {
  padding: 20px 0 0 36px;
}
.lg_leftCourse .detail_content .info_box .i_t {
  display: table;
  width: 100%;
  margin-bottom: 7px;
}
.lg_leftCourse .detail_content .info_box .i_t .label {
  position: relative;
  display: table-cell;
  white-space: nowrap;
  color: #10c7c8;
  font-weight: bold;
}
.lg_leftCourse .detail_content .info_box .i_t .label_icon {
  padding-left: 23px;
}
.lg_leftCourse .detail_content .info_box .i_t .label_icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 22px;
  background: url("../images/sprite.png") no-repeat;
}
.lg_leftCourse .detail_content .info_box .i_t .label1:before {
  background-position: 0 -100px;
}
.lg_leftCourse .detail_content .info_box .i_t .label2:before {
  background-position: -27px -99px;
}
.lg_leftCourse .detail_content .info_box .i_t .label3:before {
  background-position: -55px -99px;
}
.lg_leftCourse .detail_content .info_box .i_t .label4:before {
  background-position: -82px -100px;
}
.lg_leftCourse .detail_content .info_box .i_t .label5:before {
  background-position: -1px -122px;
}
.lg_leftCourse .detail_content .info_box .i_t .label6:before {
  background-position: -35px -123px;
}
.lg_leftCourse .detail_content .info_box .i_t .label7:before {
  background-position: -69px -124px;
}
.lg_leftCourse .detail_content .info_box .i_t .label8:before {
  background-position: -104px -123px;
}
.lg_leftCourse .detail_content .info_box .i_t .txt {
  display: table-cell;
  color: #1a1a1a;
  line-height: 22px;
}
.lg_leftCourse .detail_content .info_box .i_t .txt a {
  color: #ff234d;
  text-decoration: underline;
}
.lg_leftCourse .detail_content .service_list {margin: 0 -60px 0 34px;}
.lg_leftCourse .detail_content .service_list .s_item {
  position: relative;
  display: inline-block;
  width: 410px;
  height: 36px;
  line-height: 36px;
  margin: 24px 10px 0 0;
  overflow: hidden;
  border: 1px solid #b3b3b3;
}
.lg_leftCourse .detail_content .service_list .s_item .num {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  line-height: 36px;
  background-color: #10c7c8;
  color: #fff;
  text-align: center;
}
.lg_leftCourse .detail_content .service_list .s_item .txt {
  padding: 0 5px 0 36px;
}
.lg_leftCourse .teacher_content {
  position: relative;
  height: 216px;
  margin: 24px 0 0;
  overflow: hidden;
}
.lg_leftCourse .teacher_content .teacher_wrapper {
  position: relative;
  width: 684px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide {
  position: relative;
  width: 228px;
  height: 216px;
  border-left: 10px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide .pic {
  float: left;
  width: 224px;
  height: 100%;
  overflow: hidden;
  background-color: #535353;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide .img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide .info {
  position: absolute;
  left: 224px;
  width: 196px;
  height: 216px;
  padding: 24px 24px 0;
  line-height: 22px;
  color: #fff;
  background: #000 url("../images/sign.png") no-repeat 150px 20px;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide .name {
  font-size: 16px;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide .city {
  padding: 6px 0 3px;
  margin-bottom: 3px;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide .txt {
  margin-top: 10px;
  height: 110px;
  overflow: hidden;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide .btn {
  display: inline-block;
  width: 64px;
  height: 20px;
  line-height: 20px;
  margin: 10px 6px 0 0;
  background-color: #ff123f;
  color: #fff;
  border-radius: 25px;
  font-size: 12px;
}
.lg_leftCourse .teacher_content .teacher_wrapper .slide .btn:hover {
  background-color: #a01832;
}
.lg_leftCourse .teacher_content .teacher_wrapper .maxWidth {
  width: 420px;
}
.lg_leftCourse .teacher_content .teacher_wrapper .minWidth {
  width: 132px;
}
.lg_leftCourse .teacher_content .oper_btn {
  position: absolute;
  top: 50%;
  margin-top: -63px;
  width: 27px;
  height: 126px;
}
.lg_leftCourse .teacher_content .prev {
  left: 35px;
  background: url("../images/left_btn.png") no-repeat;
}
.lg_leftCourse .teacher_content .next {
  right: 15px;
  background: url("../images/right_btn.png") no-repeat;
}
.lg_leftCourse .courseRec_content .oper_btn,
.lg_leftCourse .book_container .oper_btn {
  position: absolute;
  top: 50%;
  margin-top: -63px;
  width: 27px;
  height: 126px;
}
.lg_leftCourse .courseRec_content .prev,
.lg_leftCourse .book_container .prev {
  left: 0;
  background: url("../images/left_btn.png") no-repeat;
}
.lg_leftCourse .courseRec_content .next,
.lg_leftCourse .book_container .next {
  right: 0;
  background: url("../images/right_btn.png") no-repeat;
}
.lg_leftCourse .courseRec_content {
  position: relative;
  height: 112px;
  margin: 24px 0 0 34px;
  overflow: hidden;
}
.lg_leftCourse .courseRec_content .courseRec_wrapper {
  position: relative;
  width: 770px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.lg_leftCourse .courseRec_content .courseRec_wrapper .c_item {
  position: relative;
  width: 168px;
  margin: 0 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lg_leftCourse .courseRec_content .courseRec_wrapper .c_item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
          box-shadow: 2px 5px 8px rgba(0,0,0,0.2);
}
.lg_leftCourse .courseRec_content .courseRec_wrapper .c_item img {
  display: block;
  width: 100%;
}
.lg_leftCourse .case_container {
  position: relative;
  height: 130px;
  margin-top: 30px;
  margin-right: -32px;
}
.lg_leftCourse .case_container .case_wrapper {
  position: relative;
  width: 840px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.lg_leftCourse .case_container .case_wrapper .case_item {
  float: left;
  width: 206px;
  height: 130px;
  padding: 10px 10px 0;
  margin: 0 2px;
  font-size: 12px;
  border: 1px solid #b3b3b3;
  background: #fff url("../images/case_bg.jpg") no-repeat bottom center;
}
.lg_leftCourse .case_container .case_wrapper .img {
  margin-right: 12px;
  width: 48px;
  height: 70px;
  background: url("../images/case_icon.png") no-repeat;
}
.lg_leftCourse .case_container .case_wrapper .img1 {
  background-position: 0 0;
}
.lg_leftCourse .case_container .case_wrapper .img2 {
  background-position: -68px 0;
}
.lg_leftCourse .case_container .case_wrapper .img3 {
  background-position: -131px 0;
}
.lg_leftCourse .case_container .case_wrapper .img4 {
  background-position: -194px 0;
}
.lg_leftCourse .case_container .case_wrapper .txt {
  line-height: 18px;
  color: #1a1a1a;
}
.lg_leftCourse .case_container .case_wrapper .t14 {font-size: 14px;}
.lg_leftCourse .case_container .case_wrapper .learn_course {
  padding-top: 3px;
  display: table;
  width: 100%;
  font-size: 14px;
}
.lg_leftCourse .case_container .case_wrapper .score{display: table;}
.lg_leftCourse .case_container .case_wrapper .score b{
  display: table-cell;
  white-space: nowrap;
}
.lg_leftCourse .case_container .case_wrapper .learn_course b {
  display: table-cell;
  white-space: nowrap;
  color: #e83048;
}
.lg_leftCourse .case_container .case_wrapper .learn_course .txt {
  text-align: left;
  color: #e83048;
}
.lg_leftCourse .case_container .oper_btn {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 84px;
  margin-top: -42px;
}
.lg_leftCourse .case_container .prev {
  left: 0;
  background: url("../images/case_left_btn.jpg") no-repeat;
}
.lg_leftCourse .case_container .next {
  right: 0;
  background: url("../images/case_right_btn.jpg") no-repeat;
}
.lg_leftCourse .book_container {
  position: relative;
  margin: 24px -30px 0 0;
  height: 176px;
  overflow: hidden;
}
.lg_leftCourse .book_container .book_wrapper {
  position: relative;
  width: 834px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.lg_leftCourse .book_container .book_item {
  position: relative;
  width: 127px;
  margin: 0 6px;
  height: 176px;
  text-align: center;
}
.lg_leftCourse .book_container .book_item img{
  display: block;
  width: 100%
}
.lg_leftCourse .book_container .book_item:hover {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
          box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.lg_leftCourse .book_container .book_item .book_name {
  height: 30px;
  padding: 0 5px;
  line-height: 30px;
  color: #3b3b3b;
  background-color: #d7d7d7;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rightForm-box{
  height: 320px;
  background: url(../../../images/caseList/rightForm-bg.jpg) no-repeat;
  background-size: 100%;
  padding: 25px 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rightForm-box h3{
  font-size: 22px;
  background-image: -webkit-gradient(linear, left 0, right 0, from(#ff123f), to(#ff813d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rightForm-box form{
  width: 180px;
  margin: 24px auto 0;
}
.rightForm-box form .form-item{
  position: relative;
  margin: 0 0 10px 30px;
}
.rightForm-box .select-parent {
  position: relative;
  display: inline-block;
}
.rightForm-box form .icon{
  position: absolute;
  height: 22px;
  width: 21px;  
  top: 3px;
  left: -30px;
  background: url(../../images/icons.png) no-repeat;
  background-position: -10px -30px;
}
.rightForm-box form input{
  height: 28px;
  border: 1px solid #ccc;
  width: 150px;
  background-color: #fff;
  color: #b2b2b2;
  font-size: 12px;
  padding: 0 0 0 6px;
}
.rightForm-box .select-parent i {
  content: "";
  cursor: pointer;
  border-style: solid;
  border-width: 5px 2.5px 0;
  border-color: #b3b3b3 transparent transparent;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -2.5px;
}
.rightForm-box .select-parent ul {
  position: absolute;
  display: none;
  width: 100%;
  max-height: 200px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 10;
  overflow: auto;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rightForm-box .select-parent li {
  cursor: pointer;
  line-height: 24px;
  text-align: left;
}
.rightForm-box form .btn{
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #ff0034;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 38px;
  line-height: 36px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0034;
}
.rightForm-box p{
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 9px;
}
.panel {
  background-color: #fff;
  margin-top: 30px;
  padding: 18px 0 20px;
}
.panel .headline {
  height: 42px;
  line-height: 24px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  padding-right: 20px;
}
.panel .headline p {
  float: left;
  font-size: 20px;
  padding-left: 16px;
  border-left: 3px #04B2BB solid;
}
.panel .headline a {
  float: right;
  color: #ff0034;
}
.hotCourse-box .container,
.activity-box .container{padding: 0 20px;}
.hotCourse-box li{margin-top: 8px;}
.hotCourse-box li .label{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  margin-right: 22px;
  text-align: center;
  background-color: #b3b3b3;
  color: #fff;
  font-weight: bold;
}
.hotCourse-box li .label:before{
  content: '';
  position: absolute;
  right: -9px;
  top: 0;
  border-style: solid;
  border-width: 10px 0 10px 9px;
  border-color: transparent transparent transparent #b3b3b3;
}
.hotCourse-box li .label1{background-color: #ff123f;}
.hotCourse-box li .label1:before{border-left-color: #ff123f;}
.hotCourse-box li .label2{background-color: #ff985b;}
.hotCourse-box li .label2:before{border-left-color: #ff985b;}
.hotCourse-box li .label3{background-color: #ffc6a6;}
.hotCourse-box li .label3:before{border-left-color: #ffc6a6;}
.hotCourse-box li a{color: #1a1a1a}
.hotCourse-box li a:hover{color: #ff0034;}
.t_newslist{
  margin: -7px 20px 0;
}
.t_newslist .href_link{
  padding: 0 16px;
  line-height: 28px;
  color: #1a1a1a;
  background: url("../../../images/caseList/fz_arrow.png") no-repeat left center;
}
.t_newslist .href_link:hover{
  color: #ff123f;
  background-image: url("../../../images/caseList/fz_arrow-hover.png")
}
.like-box .container a{
  display: block;
  height: 65px;
  margin-top: 8px;
  text-align: center;
}

.lg_pop_window {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
.lg_pop_window .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.lg_pop_window .form_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 590px;
  background-color: #eee;
  padding: 40px 0 0 0;
}
.lg_pop_window .form_content .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 26px;
  background: url("../images/pop_formClose.png") no-repeat;
  cursor: pointer;
}
.lg_pop_window .form_content .f_name {
  padding-bottom: 30px;
  line-height: 30px;
  font-size: 30px;
  text-align: center;
  color: #ff234d;
  letter-spacing: 2px;
  background-image: -webkit-linear-gradient(-55deg, #ff123f, #ff813d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lg_pop_window .form_content .p_myform {
  width: 300px;
  margin: 0 auto;
}
.lg_pop_window .form_content .form_item {
  position: relative;
  padding: 0 0 0 48px;
  margin-bottom: 10px;
  height: 40px;
  background: url("../images/popform_icon.png") no-repeat;
}
.lg_pop_window .form_content .form_item .user_val {
  width: 100%;
  padding: 5px 10px;
  height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.lg_pop_window .form_content .form_item .arrow {
  position: absolute;
  right: 10px;
  top: 18px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #b3b3b3 transparent transparent transparent;
}
.lg_pop_window .form_content .form_item .h_200 {
  height: 200px;
  overflow-y: auto;
}
.lg_pop_window .form_content .form_item .list {
  position: absolute;
  right: 0;
  left: 48px;
  top: 39px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 22;
}
.lg_pop_window .form_content .form_item .list li {
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
}
.lg_pop_window .form_content .form_item .list li:hover {
  background-color: #eee;
}
.lg_pop_window .form_content .score_item {
  background-position: 0 6px;
}
.lg_pop_window .form_content .name_item {
  background-position: 0 -44px;
}
.lg_pop_window .form_content .phone_item {
  background-position: 0 -90px;
}
.lg_pop_window .form_content .city_item {
  background-position: 0 -140px;
}
.lg_pop_window .form_content .submit_btn {
  display: block;
  margin: 15px auto 10px;
  width: 180px;
  height: 38px;
  line-height: 38px;
  background-color: #ff234d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.lg_pop_window .form_content .tip {
  text-align: center;
  color: #bcbcbc;
  font-size: 12px;
  text-align: center;
}
.lg_pop_window .form_content1 {
  height: 386px;
  margin: -193px 0 0 -295px;
}
.lg_pop_window .form_content2 {
  height: 300px;
  margin: -150px 0 0 -295px;
}
.lg_rightRecom .like_lists {
  margin: 20px 0 0 30px;
}
.lg_rightRecom .like_lists .l_item {
  display: block;
  width: 230px;
  height: 65px;
  margin-bottom: 10px;
}
.lg_rightRecom .like_lists .l_item:hover {
  -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
          box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}
