.download-body {
  display: flex;
  width: 1200px;
  padding: 40px;
  margin: 0 auto;
}

.download-body-content {
  width: 100%;
  display: flex;
}

.download-left {
  width: 300px;
  padding-top: 10px;
  margin-right: 30px;
  border-right: 1px solid #333463;
}

.download-left-first {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
}

.download-left-content {
  display: flex;
  flex-direction: column;
}

.download-left-distance {
  margin-top: 15px;
}

.download-left-name {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  /* margin-left: 6px; */
}

/* input[type = "radio"] {
    display: none;
} */
.download-right {
  width: 70%;
}

.download-right-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #333463;
}

.download-top-content {
  display: flex;
  padding: 0 10px 14px 10px;
}

.download-style {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(158, 177, 255, 1);
  cursor: pointer;
}

.download-style-all {
  position: relative;
  top: -2px;
  font-size: 14px;
  font-weight: 400;
  color: #1d1e22;
}

.download-right-top-btn {
  display: inline;
  float: right;
}

.download-all {
  width: 16px;
  height: 16px;
}

.download-btn {
  padding: 7px 10px;
  background: linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  background: -webkit-linear-gradient(to right, #f1d9af 0%, #efc173 100%);
  border-radius: 1px;
  font-size: 14px;
  color: #4b270b;
  cursor: pointer;
  outline: none;
  border: none;
}

.download-btn:hover {
  background: #efc173;
}

.download-right-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.download-right-bottom-content {
  display: flex;
  position: relative;
  width: 45.5%;
  height: 90px;
  background: url(../../src/index/downloadnewbc.png) 100% no-repeat;
  background-size: 405px 130px;
  /* border-right: 1px solid #E6E6E6; */
  /* background-size: 50% 50%; */
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  padding: 20px 10px;
  margin-bottom: 30px;
  cursor: pointer;
}

.download-right-bottom-content:hover {
  /* background: url(../../src/index/downloadbc@2x.png) 100%; */
  box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.2);
}

.download-right-bottom-content p {
  position: absolute;
  right: 10px;
  bottom: 2px;
}

.box-content {
  font-size: 14px;
  font-weight: 400;
  color: #1d1e22;
  line-height: 20px;
}

.download-right-chose {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.download-bottom-img {
  width: 56px;
  height: 56px;
}

.page {
  font-size: 14px;
  color: #5b5c60;
  height: 34px;
  line-height: 34px;
}

.page a {
  display: inline-block;
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 0 12px;
  color: #3e3e3e;
  font-size: 14px;
  font-family: tahoma, simsun;
  text-decoration: none;
}

.page a:hover {
  color: #fff !important;
  background: #2464f5 !important;
  border: #2464f5 1px solid !important;
}

/* .page .active,
.page .active:hover {
    color: #fff;
    background: #f40;
    border: solid 1px #f40;
} */
.paging {
  display: flex;
  justify-content: center;
}

.page-first {
  color: #fff !important;
  background: #2464f5 !important;
  border: #2464f5 1px solid !important;
}

.download-color {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 4px;
  margin-top: 4px;
}

.download-color:checked::before {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  left: 0px;
  /* background: #2464f5 */
  /* border: 1px solid #FFFFFF; */
  display: inline-block;
  /* border-radius: 50%; */
  vertical-align: sub;
  box-sizing: border-box;
}

/* .download-color:before{
    content: '';
    position: relative;
    top: -1px;
    left: -1px;
    border: 1px solid white;
    display: inline-block;
    border-radius: 50%;
    vertical-align: sub;
    background-color: red;
    vertical-align:middle;
} */

.input-checkbox-item {
  color: #fff;
}

.mobile-right-bottom-content {
  background-color: #fff;
}

.choose-box-content-ck {
  background-color: #2464f5;
  color: #fff;
}

.mobile-style {
  color: #fff;
}

.download-color:checked::after {
  content: "";
  width: 16px;
  height: 16px;
  position: relative;
  top: -22px;
  left: 0px;
  background-color: #fff;
  border: 4px solid #efc173;
  /* border: 1px solid #FFFFFF; */
  display: inline-block;
  border-radius: 50%;
  vertical-align: sub;
  box-sizing: border-box;
}

/* .download-color:checked:after{
    content: '';
    width: 4px;
    height:4px;
    border: 2px solid white ;
    text-align: center;
    background: white;
    display: block;
    position: absolute;
    top: 3px;
    left:3px;
    position: absolute;
    border-radius: 50%;
} */
.Box {
  display: flex;
  align-items: center;
}

.download-checkoutbox {
  margin-bottom: 15px;
  display: flex;
}

.download-checkout-box {
  margin-left: 6px;
  width: 250px;
  color: #fff;
}
