
/*  3--trade-basic  */
.trade-basic-line1 {
  width: 100%;
  border: 2px solid #F8F8F8;
  cursor: pointer;
}
.trade-basic-line1:hover {
  /*border: 2px solid #45C1FE;*/
}
.trade-basic-line1 .line1-1 {
  background: #2E68C2;
}
.trade-basic-line1 .line-2 {
  background: #BB6300;
}
.trade-basic-line1 .line1-3 {
  background: #8E8D00;
}
.trade-basic-line1 .line-4 {
  background: #4878E2;
}

.trade-basic-line1-last {
  padding-right: 0;
}

.trade-basic-line1 > img {
  width: 100%;
}
.trade-basic-line0 {
  width: 100%;
  padding-right: 1%;
}
.trade-basic-line0-last {
  padding-right: 0;
}

.trade-basic-line2 {
  height: 68px;
  line-height: 68px;
  font-size: 14px;
  color: #fff;
  background: #137CE0;
  border: 1px solid #F8F8F8;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
}
.trade-basic-line2:hover {
  background: #286AD4;
}
.trade-basic-active {
  background: #286AD4 !important;
}

/* 超小设备（手机，小于 768px）*/
/*@media screen and (max-width: 767px) {
  .trade-basic-line0 {
    margin-right: 0;
  }
  .trade-basic-line0-odd {
    padding-right: 0;
  }
  .trade-basic-right {
    margin-right: 0;
  }
  .trade-basic-line2 {
    height: 50px;
  }
}*/


@media screen and (max-width: 1199px) {
  .trade-basic-line2 {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
  }

}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	 .trade-basic-line2 {
    height: 56px;
    line-height: 56px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
	 .trade-basic-line2 {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
	
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
 
}