.commun {
  background-color: #f5f7fa;
}
.commun_box {
  width: 1200px;
  margin: 0 auto;
  padding: 28px 0 58px;
}
.commun_nav {
  color: #999999;
  font-size: 14px;
}
.commun_nav > span:nth-last-child(1) {
  color: #333333;
}

.commun_nav > a:hover span {
  color: #3d7efe;
}
/************* 商品 ***************/
.commodity {
  width: 1168px;
  height: 460px;
  background-color: #fff;
  margin-top: 20px;
  padding: 16px;
}
.commodity_left {
  float: left;
  height: 460px;
}
.commodity_left > img {
  width: 356px;
  height: 356px;
}
.commodity_left_tab {
  margin-top: 14px;
}
.commodity_left_tab > img {
  margin-right: 8px;
  width: 66px;
  height: 66px;
}
.commodity_left_tab > img:nth-child(1) {
  margin-right: 8px;
  width: 14px;
  height: 26px;
}
.commodity_left_tab > img:nth-last-child(1) {
  margin-right: 8px;
  width: 14px;
  height: 26px;
}

.commodity_right {
  margin-left: 16px;
  float: left;
  height: 460px;
}
.commodity_right_title{
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.commodity_right_dec {
  margin-top: 19px;
  //width: 200px;
  height: 32px;
  line-height: 32px;
  //text-align: center;
  color: #ff580e;
  padding: 0 10px;
  background-color: #f1f4f8;
}
.commodity_right_pirce {
  margin-top: 17px;
  font-size: 14px;
  color: #666666;
  width: 780px;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  background-color: #f3f3f3;
}
.commodity_right_pirce > span {
  color: #666;
}

.commodity_right_block {
  margin-top: 16px;
  line-height: 36px;
  padding: 0 10px;
  width: 780px;
  height: 36px;
}
.move_option_title {
  font-size: 14px;
  color: #666666;
  float: left;
}
.prom {
  height: 60px;
}
.prom_title {
  width: 74px;
  text-align: right;
  height: 60px;
  float: left;
}
.beat_title {
  width: 74px;
  text-align: right;
  float: left;
}
.commodity_right_package {
  float: left;
  width: 706px;
  height: 32px;
  line-height: 32px;
}
.commodity_right_package > div {
  float: left;
  margin-right: 8px;
  color: #666666;
}
.commodity_right_beat {
  width: 120px;
  height: 28px;
  border: 1px solid #ff580e;
  float: left;
  margin-top: 2px;
  line-height: 28px;
  text-align: center;
  color: #666;
}
.commodity_right_package > div:nth-child(1) {
  width: 60px;
  height: 20px;
  margin-top: 4px;
  line-height: 20px;
  font-size: 12px;
  color: #ff580e;
  text-align: center;
  border: 1px solid #ff580e;
}
.count_title {
  height: 120px;
}
.move_count {
  width: 140px;
  height: 32px;
  float: left;
  border: 1px solid #d7d7d7;
}
.move_reduce {
  width: 40px;
  background-color: #e6eeff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
}
.move_count_number {
  width: 60px;
  height: 32px;
  float: left;
  text-align: center;
}
.move_count_number input{
	background: #fff;
}
.move_plus {
  width: 40px;
  background-color: #e6eeff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  float: left;
}
.move_reduce,
.move_plus:hover {
  cursor: pointer;
}
.move_line_consul {
  width: 116px;
  margin-top: 24px;
  height: 36px;
  background-color: #3d7eff;
  float: left;
  line-height: 36px;
  border-radius: 3px;
}
.move_line_consul > img {
  width: 20px;
  height: 16px;
  margin: 0 6px 0 8px;
  margin-top: -4px;
}
.move_line_consul > span {
  color: #fff;
  font-size: 16px;
}
.move_floor_price {
  float: left;
  margin-top: 24px;
  margin-left: 12px;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  width: 114px;
  height: 34px;
  border: 1px solid #3d7eff;
  color: #3d7eff;
}
.move_floor_purchase {
  float: left;
  margin-top: 24px;
  margin-left: 12px;
  border-radius: 3px;
  line-height: 34px;
  height: 34px;
  width: 114px;
  text-align: center;
  background-color: #ff580e;
  color: #fff;
  border: 1px solid #ff580e;
}
.move_floor_purchase:hover {
  cursor: pointer;
}
.move_option:hover {
  cursor: pointer;
}
.move_floor_price:hover {
  cursor: pointer;
}
.move_line_consul:hover {
  cursor: pointer;
}
.protype_active {
  background-color: #e3ecff;
  border: 1px solid #3d7eff;
  color: #3d7eff;
}

/*************************** 详情 *****************************/
.c_details {
  margin-top: 10px;
}
.c_details:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
}
.c_details_left {
  float: left;
  height: 1100px;
  width: 210px;
  background-color: #fff;
}
.c_details_left_title {
  margin: 10px;
  height: 20px;
  line-height: 20px;
}
.c_details_left_title > div {
  float: left;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.c_details_left_title > div:nth-child(1) {
  margin-top: 3px;
  margin-right: 10px;
}
.c_details_left_item {
  margin-top: 20px;
  margin-left: 18px;
  width: 173px;
}
.c_details_left_item .c_detail_title:hover{
	color: #3D7EFF;
}
.c_details_left_item > img {
  width: 173px;
  height: 173px;
}
.c_details_left_item > div:nth-child(2) {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}
.c_details_left_item > div:nth-child(3) {
  margin-top: 9px;
  font-size: 14px;
  color: #fe6650;
}
.c_details_left_item:hover {
  cursor: pointer;
}
.c_details_right {
  float: left;
  width: 978px;
  margin-left: 12px;
  background-color: #fff;
}
.c_details_right_title {
  height: 36px;
  width: 978px;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 2px solid #3d7eff;
}
.c_details_right_title > div {
  width: 123px;
  height: 36px;
  background-color: #3d7eff;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* 弹窗 */
#model {
  width: 520px;
  height: 360px;
  padding-right: 72px;
}
.model_name {
  margin-top: 36px;
  height: 36px;
  line-height: 36px;
}
.model_name_right {
  float: right;
  width: 350px;
  height: 34px;
  border: 1px solid #eeeeee;
}
.model_name_right > input {
  margin-left: 15px;
  width: 320px;
  font-size: 14px;
  background: #fff;
}
.model_name_left {
  float: right;
  color: #333333;
  font-size: 14px;
  margin-right: 16px;
}
.model_name_left > span {
  color: #ff0000;
}
.model_phone {
  margin-top: 20px;
  height: 36px;
  line-height: 36px;
}
.model_phone_right {
  float: right;
  width: 350px;
  height: 34px;
  border: 1px solid #eeeeee;
  position: relative;
}
.model_phone_right > input {
  margin-left: 15px;
  width: 320px;
  font-size: 14px;
  background: #fff;
}
.model_phone_left {
  float: right;
  color: #333333;
  font-size: 14px;
  margin-right: 16px;
}
.model_phone_left > span {
  color: #ff0000;
}
.model_code {
  margin-top: 20px;
  height: 36px;
  line-height: 36px;
}
.model_code_right {
  width: 106px;
  height: 36px;
  background-color: #e7efff;
  font-size: 14px;
  color: #3d7eff;
  text-align: center;
  float: right;
}
.model_code_right:hover {
  cursor: pointer;
}
.model_code_left {
  float: right;
  width: 234px;
  height: 34px;
  border: 1px solid #eeeeee;
  margin-right: 10px;
}
.model_code_left > input {
  margin-left: 15px;
  width: 204px;
  font-size: 14px;
  background: #fff;
}
.model_sub {
  float: right;
  margin-top: 20px;
  width: 115px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #3d7eff;
  color: #fff;
  margin-right: 160px;
  border-radius: 3px;
}
.model_sub:hover {
  cursor: pointer;
}
.city-picker-span{
  width: 350px !important;
}
.city-picker-dropdown{
  width: 350px !important;
}