.mainBox {
  width: 1400px;
  height: 733px;
  background: #F4F7FF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  margin: 24px auto;
  display: flex;
  overflow: hidden;
  margin-top: 84px;
}
.mainBox .mainLeft {
  width: 420px;
  height: 100%;
  background: #F4F7FF;
}
.mainBox .mainLeft .options {
  display: flex;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  padding: 36px 0 0 24px;
}
.mainBox .mainLeft .options .Android {
  width: 128px;
  height: 48px;
  border-radius: 8px 0px 0px 8px;
  border: none;
}
.mainBox .mainLeft .options .pc {
  width: 128px;
  height: 48px;
  border-radius: 0px 8px 8px 0px;
  border: none;
}
.mainBox .mainLeft .options .optFor {
  background: #0066FF;
  color: #fff;
}
.mainBox .mainLeft .options .onOptFor {
  background: #FFFFFF;
  color: #0066FF;
}
.mainBox .mainLeft .nape {
  color: #58617A;
  margin-left: 24px;
}
.mainBox .mainLeft .nape .p1 {
  font-weight: bold;
  font-size: 30px;
  margin: 36px 0;
}
.mainBox .mainLeft .nape .pTixt {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 32px;
  cursor: pointer;
  /* 设置默认光标为手型 */
}
.mainBox .mainLeft .nape .pTixt:hover {
  color: #FF6601;
  cursor: hand;
  /* 设置鼠标移入时光标为手型 */
}
.mainBox .mainLeft .napePc {
  display: none;
}
.mainBox .mainRigft {
  width: 980px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding-left: 48px;
  padding-top: 20px;
}
.mainBox .mainRigft .rigftBox {
  width: 100%;
  height: 226px;
  margin-right: 48px;
  margin-top: 16px;
}
.mainBox .mainRigft .rigftBox .titleTent {
  font-weight: 500;
  font-size: 24px;
  color: #282828;
}
.mainBox .mainRigft .rigftBox .wire {
  width: 100%;
  height: 1px;
  background: #F5F5F5;
  margin: 24px 0 9px;
}
.mainBox .mainRigft .rigftBox .textTtent {
  font-size: 16px;
  color: #58617A;
  line-height: 30px;
}
.mainBox .mainRigft .slider {
  width: 6px;
  height: 226px;
  background: #0066FF;
  border-radius: 4px;
}
