body{
    background: #F5F7FA;
}
.wish-box {
    width: 1200px;
    margin: 0 auto;
}
.wish-box-head{
    width: 1200px;
    height: 121px;
    background: url(//static-f.fwxgx.com/jzkt/image/course/wish-bg-262b2ebc8bec890df7b3fe9f44b1fab3.png);
}
.wish-title{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    padding: 24px 0 0 40px;
}
.wish-desc{
    font-size: 18px;
    color: #666;
    padding: 14px 0 0 40px;
}
.wish-box-body {
    width: 1200px;
    background: #fff;
}
.wish-box-title {
    display: flex;
    align-items: center;
    padding: 32px 0 20px 40px;
}
.nicon-wish-title {
    width: 24px;
    height: 24px;
    background-position: -186px -154px;
    margin-right: 8px;
    margin-bottom: -2px;
}
.wish-box-title span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.wish-list {
    width: 170px;
    height: 40px;
    border-radius: 3px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 40px;
    color: #666666;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.wish-box-content {
    display: flex;
    flex-wrap: wrap;
    width: 1140px;
    margin-left: 40px;
}
.wish-list.select{
    background: #FF3E3E;
    color: #fff;
}
.nicon-wish-cate{
    width: 12px;
    height: 9px;
    background-position: -260px -160px;
}
.wish-box-textarea {
    text-align: center;
    width: 1120px;
    height: 106px;
    position: relative;
    margin: 0 auto;
}
.wish-textarea{
    width: 1120px;
    height: 106px;
    border-radius: 3px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 8px;
    /* 禁止调整大小 */
    resize: none;
}

/* 自定义焦点样式，避免边框变黑色 */
.wish-textarea:focus {
    outline: none;
    border-color: #DDDDDD;
}
.wish-textarea-count {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #aaa;
}
.wish-box-btn{
    padding: 58px 0 90px 0;
    display: flex;
    justify-content: center;
}
.wish-btn{
    width: 382px;
    height: 50px;
    border-radius: 3px;
    opacity: 1;
    background: #FF3E3E;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.wish-error-tip {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    min-width: 200px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
}
.nicon-wish-error {
    width: 14px;
    height: 14px;
    background-position: -227px -158px;
    margin-bottom: -2px;
}
.wish-success-tip{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    min-width: 200px;
    height: 148px;
    text-align: center;
    border-radius: 4px;
}
.nicon-wish-success {
    width: 32px;
    height: 32px;
    background-position: -302px -150px;
    margin: 24px 0 6px;
}
.wish-success-tip p {
    line-height: 22px;
}